diff options
author | Mike Buland <eichlan@xagasoft.com> | 2013-07-26 03:24:35 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2013-07-26 03:24:35 +0000 |
commit | 634a6bdcfccd8e3ea94708e396b70597e0ea66c0 (patch) | |
tree | c0fe09eeac300d0b2a018b4fd89f9a7ba7284ce8 /src/stable/hash.h | |
parent | 76d8443e8249f77f01c8ccc41e966827f076280f (diff) | |
download | libbu++-634a6bdcfccd8e3ea94708e396b70597e0ea66c0.tar.gz libbu++-634a6bdcfccd8e3ea94708e396b70597e0ea66c0.tar.bz2 libbu++-634a6bdcfccd8e3ea94708e396b70597e0ea66c0.tar.xz libbu++-634a6bdcfccd8e3ea94708e396b70597e0ea66c0.zip |
Fixed some random whining issues, dropped extra char * formatter references,
and fixed a null/integer issue in Bu::Hash
Diffstat (limited to '')
-rw-r--r-- | src/stable/hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stable/hash.h b/src/stable/hash.h index aee6ded..9634238 100644 --- a/src/stable/hash.h +++ b/src/stable/hash.h | |||
@@ -835,7 +835,7 @@ namespace Bu | |||
835 | 835 | ||
836 | iterator() : | 836 | iterator() : |
837 | hsh( NULL ), | 837 | hsh( NULL ), |
838 | nPos( NULL ), | 838 | nPos( 0 ), |
839 | bFinished( true ) | 839 | bFinished( true ) |
840 | { | 840 | { |
841 | } | 841 | } |