summaryrefslogtreecommitdiff
path: root/parsing.c
diff options
context:
space:
mode:
Diffstat (limited to 'parsing.c')
-rw-r--r--parsing.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/parsing.c b/parsing.c
index c57a242..56922b1 100644
--- a/parsing.c
+++ b/parsing.c
@@ -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);