diff options
-rw-r--r-- | parsing.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -370,8 +370,8 @@ void process() { } else printf("\tParsing %s\n", file->path); - long pos; - time_t time; + long pos = 0; + time_t time = 0; pg_channel_file_get(channel_id, file, &pos, &time); fseek(f, pos, SEEK_SET); localtime_r(&time, &now_global); |