]> git.xonotic.org Git - xonotic/darkplaces.git/commit
fix whitespace handling:
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 28 Dec 2008 18:47:42 +0000 (18:47 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 28 Dec 2008 18:47:42 +0000 (18:47 +0000)
commit50f3f558108be1cf9e79f516bfdb257d2b50e2c5
treef7464f493a4e729e7141a728a7965a292c2d8f8a
parent547431f0203479c4e594e1e85cb294ea843282b9
fix whitespace handling:
treat ONLY the following characters as whitespace:
NUL, TAB, LF, CR, SPC
Alternatively, there is commented out macro code in quakedef.h to accept any chars in 0..32 as whitespace.
Previously: 0..32 and 128..255 (due to signed char)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8606 d7cf8633-e32d-0410-b094-e92efae38249
12 files changed:
cl_main.c
cl_parse.c
cmd.c
common.c
console.c
host_cmd.c
netconn.c
prvm_cmds.c
prvm_edict.c
quakedef.h
sys_linux.c
sys_win.c