]> icculus.org git repositories - divverent/darkplaces.git/commit
Make fgets always return the null string on error.
authorblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 28 Jan 2008 01:02:56 +0000 (01:02 +0000)
committerblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 28 Jan 2008 01:02:56 +0000 (01:02 +0000)
commit12d0857ca05dc11cc17f571d3b1cab942949beb1
tree4c1f97407610e1314705793ec9606d09fdfd37b0
parent6ce160b295951e6e0336f8ea06a72fddcd86f1fb
Make fgets always return the null string on error.
Add code to FS_Open to fix bad paths (replaces \ with /). The code is nasty and #ifdefed out - #define FS_FIX_PATHS to use it.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8028 d7cf8633-e32d-0410-b094-e92efae38249
fs.c
prvm_cmds.c