mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 15:01:41 +00:00
correct an error message
This commit is contained in:
parent
83af1368e1
commit
9b666fb26e
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ EncodePCX (byte * data, int width, int height,
|
|||
byte *pack;
|
||||
|
||||
if (!(pcx = Hunk_TempAlloc (width * height * 2 + 1000))) {
|
||||
Con_Printf ("WritePCXfile: not enough memory\n");
|
||||
Con_Printf ("EncodePCX: not enough memory\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue