]> Shamusworld >> Repos - rln/commitdiff
Changed wording of warning to be more clear to end user.
authorShamus Hammons <jlhamm@acm.org>
Tue, 3 Feb 2015 14:37:00 +0000 (08:37 -0600)
committerShamus Hammons <jlhamm@acm.org>
Tue, 3 Feb 2015 14:37:00 +0000 (08:37 -0600)
rln.c
rln.h

diff --git a/rln.c b/rln.c
index a1ab13e57357995a6eb82b02fd75ec08eed2cc61..219697c5eb905fd0459cd0044475cd101a509b00 100644 (file)
--- a/rln.c
+++ b/rln.c
@@ -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;
                                }
diff --git a/rln.h b/rln.h
index b29cedaa5cbac819ca0049ece399c8e367732ff7..dcc8ae0ec155d0521ecd6c70ed1134662bfe250f 100644 (file)
--- a/rln.h
+++ b/rln.h
@@ -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