Changed wording of warning to be more clear to end user.

This commit is contained in:
Shamus Hammons 2015-02-03 08:37:00 -06:00
parent 65c5194d32
commit 1614b4cc59
2 changed files with 2 additions and 2 deletions

2
rln.c
View File

@ -1362,7 +1362,7 @@ int write_ofile(struct OHEADER * header)
case 0x08000000: abstype = (short)ABST_DEFINED | ABST_BSS; break;
case 0x09000000: abstype = (short)ABST_DEFINED | ABST_GLOBAL | ABST_BSS; break;
default:
printf("write_ofile: abs, cannot determine symbol type\n");
printf("warning (write_ofile): ABS, cannot determine symbol type ($%08X)\n", type);
type = 0;
break;
}

2
rln.h
View File

@ -52,7 +52,7 @@
#define MAJOR 1 // Major version number
#define MINOR 3 // Minor version number
#define PATCH 4 // Patch release number
#define PATCH 5 // Patch release number
#ifdef WIN32
#define PLATFORM "Win32" // Release platform - Windows