gcc 3.0 fixes

This commit is contained in:
Bill Currie 2001-06-20 02:07:20 +00:00
parent 90a0cdfedf
commit 327e95a3c8

View file

@ -476,7 +476,7 @@ PR_GlobalStringNoContents (gofs_t ofs)
def = pr_global_defs[ofs];
if (!def) {
// Error ("PR_GlobalString: no def for %i", ofs);
sprintf (line, "%i(???)", ofs);
sprintf (line, "%i(\?\?\?)", ofs);
} else {
sprintf (line, "%i(%s)", ofs, def->name);
}