diff options
Diffstat (limited to 'src/lang.c')
-rw-r--r-- | src/lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ static void load_Lang_(iLang *d, const char *id) { | |||
80 | msg.str = msg.id; /* not translated */ | 80 | msg.str = msg.id; /* not translated */ |
81 | } | 81 | } |
82 | /* Allocate the string. The data has already been sorted. */ | 82 | /* Allocate the string. The data has already been sorted. */ |
83 | printf("ID:%s\n", msg.id.start); | 83 | // printf("ID:%s\n", msg.id.start); |
84 | pushBack_Array(&d->messages->values, &msg); | 84 | pushBack_Array(&d->messages->values, &msg); |
85 | } | 85 | } |
86 | } | 86 | } |