- Replace vsprintf function in bg_lib.c with vsnprintf implementation started by Patrick Powell.
- Remove all calls to vsprintf in the engine and gamecode and replace them with calls to vsnprintf.
This commit is contained in:
parent
5728fc2ec8
commit
bb47026b5f
19 changed files with 813 additions and 309 deletions
2
README
2
README
|
@ -144,7 +144,7 @@ New cvars
|
|||
New commands
|
||||
video [filename] - start video capture (use with demo command)
|
||||
stopvideo - stop video capture
|
||||
print - print out the contents of a cvar
|
||||
print - print out the contents of a cvar
|
||||
|
||||
|
||||
------------------------------------------------------------ Miscellaneous -----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue