dtinfo subdirectory mmdb

This commit is contained in:
Ulrich Wilkens
2013-08-28 20:32:11 +02:00
committed by Jon Trulson
parent eb698f32cf
commit 92424bd169
12 changed files with 33 additions and 31 deletions

View File

@@ -218,7 +218,7 @@ main()
char str[128];
sprintf(str, "\t\nthis is \t another string\t\n");
snprintf(str, sizeof(str), "\t\nthis is \t another string\t\n");
CC_String cc_str2( (const char *)str);
CC_Tokenizer next2( cc_str2 );