]> Shamusworld >> Repos - rln/commitdiff
Fix for bug #191, thanks to jagmod for the report. master v1.7.4
authorShamus Hammons <jlhamm@acm.org>
Tue, 16 Aug 2022 17:30:52 +0000 (12:30 -0500)
committerShamus Hammons <jlhamm@acm.org>
Tue, 16 Aug 2022 17:30:52 +0000 (12:30 -0500)
rln.h

diff --git a/rln.h b/rln.h
index 5625616310835b5d2dccb40b2150af9be1411586..2a51fa94005d7543aa3262e21b5b89c8495c8508 100644 (file)
--- 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
 {