aboutsummaryrefslogtreecommitdiff
path: root/src/alf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alf.c')
-rw-r--r--src/alf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/alf.c b/src/alf.c
index fb79fcf..234b169 100644
--- a/src/alf.c
+++ b/src/alf.c
@@ -164,9 +164,8 @@ void create_header(void) {
output_buf[0] = 0x1a;
output_buf[1] = 0x0f;
- memset(&output_buf[3], 0x20, 13);
+ memset(&output_buf[3], 0x20, 13); /* LZ.COM space-fills this field */
strncat((char *)&output_buf[2], hdr_filename, 13);
- output_buf[14] = 0x00;
store_quad(15, 0); /* compressed size, fill in later */
store_quad(19, time);
store_cksum();