diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-03-19 18:44:25 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-03-19 18:44:25 +0000 |
commit | 2b8255fabce194b35f7b2a350fd08f43d1e698a6 (patch) | |
tree | 61ef7a7918b603d37d022bd0cb599b238615816b /src/tests/fstring.cpp | |
parent | 5a345983b99ecf8528d58ddca2ab5f52d87d9a95 (diff) | |
download | libbu++-2b8255fabce194b35f7b2a350fd08f43d1e698a6.tar.gz libbu++-2b8255fabce194b35f7b2a350fd08f43d1e698a6.tar.bz2 libbu++-2b8255fabce194b35f7b2a350fd08f43d1e698a6.tar.xz libbu++-2b8255fabce194b35f7b2a350fd08f43d1e698a6.zip |
Fixed some bugs and added some new goo. You can serialize FStrings and Heshes
now.
Diffstat (limited to '')
-rw-r--r-- | src/tests/fstring.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/fstring.cpp b/src/tests/fstring.cpp index 33e24b4..271738c 100644 --- a/src/tests/fstring.cpp +++ b/src/tests/fstring.cpp | |||
@@ -41,6 +41,7 @@ int main( int argc, char *argv ) | |||
41 | pem; | 41 | pem; |
42 | 42 | ||
43 | thing( str2 ); | 43 | thing( str2 ); |
44 | thing("test."); | ||
44 | 45 | ||
45 | printf("%d == %d\n", __calcHashCode( str ), __calcHashCode( str.c_str() ) ); | 46 | printf("%d == %d\n", __calcHashCode( str ), __calcHashCode( str.c_str() ) ); |
46 | } | 47 | } |