]> ruderich.org/simon Gitweb - nsscash/nsscash.git/commitdiff
nsscash: use WriteByte() instead of Write() with cast
authorSimon Ruderich <simon@ruderich.org>
Sat, 8 Jun 2019 13:50:34 +0000 (15:50 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 8 Jun 2019 13:50:34 +0000 (15:50 +0200)
Less to type and easier to read.

The old solution used '0' to pad instead 0. This isn't an issue as these
bytes are not used. But fix it as well.


No differences found