Fix for bug #191, thanks to jagmod for the report.

This commit is contained in:
Shamus Hammons 2022-08-16 12:30:52 -05:00
parent ea99cb44af
commit 8e049701be
1 changed files with 2 additions and 2 deletions

4
rln.h
View File

@ -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
{