]> Nishi Git Mirror - dataworks.git/commitdiff
better debug
authornishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Thu, 23 May 2024 10:30:27 +0000 (10:30 +0000)
committernishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Thu, 23 May 2024 10:30:27 +0000 (10:30 +0000)
git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@91 d4a5a174-5a4a-5b4b-b672-37683c10d7d5

Library/parser.c

index 8a4151f14d9a10b2c0feeffb535005b52000beb0..0f10c588efb1f17d1dc1373dd870ca6c06a82ff4 100644 (file)
@@ -119,6 +119,7 @@ struct __dw_token* __dw_parser_parse(const char* str) {
                                                free(tmp);
                                        } else if(c == 0 || c == ',') {
                                                if(strlen(comma) > 0){
+                                                       printf("%s\n", comma);
                                                        j = 0;
                                                        if(token->token != NULL) {
                                                                for(j = 0; token->token[j] != NULL; j++)