From 634a6bdcfccd8e3ea94708e396b70597e0ea66c0 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 26 Jul 2013 03:24:35 +0000 Subject: Fixed some random whining issues, dropped extra char * formatter references, and fixed a null/integer issue in Bu::Hash --- src/stable/hash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stable/hash.h') 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 iterator() : hsh( NULL ), - nPos( NULL ), + nPos( 0 ), bFinished( true ) { } -- cgit v1.2.3