diff options
Diffstat (limited to '')
-rw-r--r-- | src/staticstring.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/staticstring.cpp b/src/staticstring.cpp index 179ba6f..4d60b8d 100644 --- a/src/staticstring.cpp +++ b/src/staticstring.cpp | |||
@@ -239,7 +239,7 @@ bool StaticString::operator!=( StaticString &str ) | |||
239 | for(; *a == *b; a++, b++ ) if( *a == '\0' && *b == '\0' ) return false; | 239 | for(; *a == *b; a++, b++ ) if( *a == '\0' && *b == '\0' ) return false; |
240 | return true; | 240 | return true; |
241 | } | 241 | } |
242 | 242 | /* | |
243 | unsigned long int StaticString::getHashCode() | 243 | unsigned long int StaticString::getHashCode() |
244 | { | 244 | { |
245 | unsigned long int nPos = nLen; | 245 | unsigned long int nPos = nLen; |
@@ -267,4 +267,4 @@ bool StaticString::compareForHash( Hashable &other ) | |||
267 | 267 | ||
268 | return true; | 268 | return true; |
269 | } | 269 | } |
270 | 270 | */ | |