aboutsummaryrefslogtreecommitdiff
path: root/src/backup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backup.c')
-rw-r--r--src/backup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backup.c b/src/backup.c
index 312375d..c5c55de 100644
--- a/src/backup.c
+++ b/src/backup.c
@@ -1,5 +1,5 @@
/* wydawca - automatic release submission daemon
- Copyright (C) 2011 Sergey Poznyakoff
+ Copyright (C) 2011, 2012 Sergey Poznyakoff
Wydawca is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
@@ -54,7 +54,7 @@ get_backup_suffix (char const *file, enum backup_type type)
char *lastsuf = NULL;
size_t lastsuflen = 0;
size_t lastsufsize = 0;
- int carry;
+ int carry = 0;
char *newsuf;
char *q;

Return to:

Send suggestions and report system problems to the System administrator.