From: Shamus Hammons Date: Tue, 16 Aug 2022 17:30:52 +0000 (-0500) Subject: Fix for bug #191, thanks to jagmod for the report. X-Git-Tag: v1.7.4^0 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rln;a=commitdiff_plain;h=HEAD Fix for bug #191, thanks to jagmod for the report. --- diff --git a/rln.h b/rln.h index 5625616..2a51fa9 100644 --- a/rln.h +++ b/rln.h @@ -44,7 +44,7 @@ #define MAJOR 1 // Major version number #define MINOR 7 // Minor version number -#define PATCH 3 // Patch release number +#define PATCH 4 // Patch release number #ifdef WIN32 #define PLATFORM "Win32" // Release platform - Windows @@ -269,7 +269,7 @@ struct SYMREC // and Globals share a hash table, but their value fields are interpreted // differently. -#define SYMLEN 100 // Symbol name size (incl. null) +#define SYMLEN 256 // Symbol name size (incl. null) struct HREC {