aboutsummaryrefslogtreecommitdiff
path: root/src/staticstring.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-11-21 21:50:06 +0000
committerMike Buland <eichlan@xagasoft.com>2006-11-21 21:50:06 +0000
commit54c441564ab1052d4f778c1d43f3bd468917e3d1 (patch)
tree040b1872fea9531edccf8a43204e3f1cc08b1880 /src/staticstring.cpp
parentd43af5161421dc38eb7b38e49ec66608866b2cce (diff)
downloadlibbu++-54c441564ab1052d4f778c1d43f3bd468917e3d1.tar.gz
libbu++-54c441564ab1052d4f778c1d43f3bd468917e3d1.tar.bz2
libbu++-54c441564ab1052d4f778c1d43f3bd468917e3d1.tar.xz
libbu++-54c441564ab1052d4f778c1d43f3bd468917e3d1.zip
The static string works again...sigh...
Diffstat (limited to 'src/staticstring.cpp')
-rw-r--r--src/staticstring.cpp4
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/*
243unsigned long int StaticString::getHashCode() 243unsigned 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*/