summaryrefslogtreecommitdiff
path: root/apps/plugins/databox/edittoken.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/databox/edittoken.c')
-rw-r--r--apps/plugins/databox/edittoken.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/databox/edittoken.c b/apps/plugins/databox/edittoken.c
index d3145b7e09..e2e1c91818 100644
--- a/apps/plugins/databox/edittoken.c
+++ b/apps/plugins/databox/edittoken.c
@@ -98,7 +98,7 @@ void buildtoken(int tokentype,struct token *token) {
98 case TOKEN_STRING: 98 case TOKEN_STRING:
99 do { 99 do {
100 rb->splash(HZ*2,true,"Enter String."); 100 rb->splash(HZ*2,true,"Enter String.");
101 } while(rb->kbd_input(token->spelling, 254)); 101 } while(rb->kbd_input(token->spelling, SPELLING_LENGTH));
102 break; 102 break;
103 case TOKEN_YEAR: 103 case TOKEN_YEAR:
104 token->kind=TOKEN_NUMIDENTIFIER; 104 token->kind=TOKEN_NUMIDENTIFIER;