diff options
Diffstat (limited to 'src/unit/hash.cpp')
| -rw-r--r-- | src/unit/hash.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/unit/hash.cpp b/src/unit/hash.cpp index 588e687..9ea933f 100644 --- a/src/unit/hash.cpp +++ b/src/unit/hash.cpp | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include "bu/fstring.h" | 1 | #include "bu/fstring.h" |
| 2 | #include "bu/hash.h" | 2 | #include "bu/hash.h" |
| 3 | #include "unitsuite.h" | 3 | #include "bu/unitsuite.h" |
| 4 | 4 | ||
| 5 | #include <stdio.h> | 5 | #include <stdio.h> |
| 6 | 6 | ||
| @@ -23,7 +23,7 @@ public: | |||
| 23 | { | 23 | { |
| 24 | StrIntHash h; | 24 | StrIntHash h; |
| 25 | char buf[20]; | 25 | char buf[20]; |
| 26 | for(int i=0;i<10000;i++) | 26 | for(int i=1;i<10000;i++) |
| 27 | { | 27 | { |
| 28 | sprintf(buf,"%d",i); | 28 | sprintf(buf,"%d",i); |
| 29 | Bu::FString sTmp(buf); | 29 | Bu::FString sTmp(buf); |
