mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 15:01:41 +00:00
gcc 3.0 fixes
This commit is contained in:
parent
90a0cdfedf
commit
327e95a3c8
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue