mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-21 19:32:30 +00:00
another error with the sed script in the TODO, extra ) for the sizeof() taken out.
This commit is contained in:
parent
37c91db62a
commit
1969220a36
1 changed files with 1 additions and 1 deletions
2
TODO
2
TODO
|
@ -9,7 +9,7 @@ to quake-devel@lists.sourceforge.net with details.
|
|||
* On unix systems ~/.quake should overlay a shared data directory. Files
|
||||
in a user's ~/.quake directory should take precedence over files in the
|
||||
shared data dir and all files written should be placed into ~/.quake
|
||||
* sed 's/\<sprintf *(\([^,]\+\),/snprintf(\1, sizeof(\1)),/g' to fix some
|
||||
* sed 's/\<sprintf *(\([^,]\+\),/snprintf(\1, sizeof(\1),/g' to fix some
|
||||
possible buffer overruns
|
||||
* Devise and implement a way to ensure original gameplay compatibility
|
||||
while still letting us expand and extend the quake engine
|
||||
|
|
Loading…
Reference in a new issue