X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=symbol.c;h=747c5a7e7099d655437e00c17f3bc2466e422fb1;hp=b82582ad4f699853402ff6bd474520690c414c05;hb=2b2451777ddcb27f2b1c21c6551085a7a35e6701;hpb=75cce0d9eb190f6094f66ae283b5981af25e5a57 diff --git a/symbol.c b/symbol.c index b82582a..747c5a7 100644 --- a/symbol.c +++ b/symbol.c @@ -1,7 +1,7 @@ // // RMAC - Reboot's Macro Assembler for the Atari Jaguar Console System // SYMBOL.C - Symbol Handling -// Copyright (C) 199x Landon Dyer, 2011 Reboot and Friends +// Copyright (C) 199x Landon Dyer, 2011-2012 Reboot and Friends // RMAC derived from MADMAC v1.07 Written by Landon Dyer, 1986 // Source Utilised with the Kind Permission of Landon Dyer // @@ -364,7 +364,7 @@ int symtable(void) { c1 = tdb_text[w & TDB]; if(c == 'x') strcpy(ln2, "external"); else { - sprintf(ln2, "%08lx", q->svalue); + sprintf(ln2, "%08ux", q->svalue); uc_string(ln2); }