summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/searchengine/tokentool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/searchengine/tokentool.c b/apps/plugins/searchengine/tokentool.c
index 2bee6f74d3..0967192e98 100644
--- a/apps/plugins/searchengine/tokentool.c
+++ b/apps/plugins/searchengine/tokentool.c
@@ -49,6 +49,7 @@ main() {
49 printf("Token spelling? "); 49 printf("Token spelling? ");
50 fflush(stdout); 50 fflush(stdout);
51 fgets(token.spelling,254,stdin); 51 fgets(token.spelling,254,stdin);
52 token.spelling[strlen(token.spelling)-1]=0;
52 } 53 }
53 if(token.kind==TOKEN_STRINGIDENTIFIER) 54 if(token.kind==TOKEN_STRINGIDENTIFIER)
54 printf("TITLE=4 ARTIST=5 ALBUM=6 GENRE=7 FILENAME=8\n"); 55 printf("TITLE=4 ARTIST=5 ALBUM=6 GENRE=7 FILENAME=8\n");