aboutsummaryrefslogtreecommitdiff
path: root/src/alf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alf.c')
-rw-r--r--src/alf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alf.c b/src/alf.c
index 1f85558..db5c654 100644
--- a/src/alf.c
+++ b/src/alf.c
@@ -92,7 +92,7 @@ void store_cksum(void) {
*/
void atarify_filename(char *result) {
int i;
- char name[9], ext[4], *p;
+ char name[9] = { 0 }, ext[4] = { 0 }, *p;
p = strrchr(in_filename, '/');
if(p)