aboutsummaryrefslogtreecommitdiff
path: root/src/alf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alf.c')
-rw-r--r--src/alf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alf.c b/src/alf.c
index 725b109..9c25068 100644
--- a/src/alf.c
+++ b/src/alf.c
@@ -149,6 +149,7 @@ void create_header(void) {
output_buf[0] = 0x1a;
output_buf[1] = 0x0f;
+ memset(&output_buf[3], 0x20, 13);
strncat((char *)&output_buf[2], hdr_filename, 13);
output_buf[14] = 0x00;
store_quad(15, 0); /* compressed size, fill in later */