From: izydorst Date: Mon, 15 Jul 2002 18:25:39 +0000 (+0000) Subject: fixed info field offset and author field length X-Git-Tag: V2.12.0~2272 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=dd6e59e1cc863b919a27259d096371efa74a402a;p=cc65 fixed info field offset and author field length git-svn-id: svn://svn.cc65.org/cc65/trunk@1353 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/include/geos/gstruct.h b/include/geos/gstruct.h index 11bb162aa..ad32290fd 100644 --- a/include/geos/gstruct.h +++ b/include/geos/gstruct.h @@ -42,8 +42,8 @@ struct fileheader { /* header block (like fileHeader) */ int exec_address; char class_name[19]; char column_flag; - char author[64]; - char note[95]; + char author[63]; + char note[96]; }; struct filehandle { /* filehandle in directory sectors */