blob: 3cbfe90b75f37b61ae9652913b2420d25c1f7ab3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- au.c.orig Wed Aug 3 22:13:29 1994
+++ au.c Thu Apr 24 13:37:59 1997
@@ -299,6 +299,8 @@
wblong(ft, magic);
/* hdr_size = SUN_HDRSIZE; /* + strlen(ft->comment); */
+ if (ft->comment == NULL)
+ ft->comment = "";
hdr_size = SUN_HDRSIZE + strlen(ft->comment);
wblong(ft, hdr_size);
|