]> icculus.org git repositories - divverent/darkplaces.git/commit
remove some unsafe optimizations in VM_Files_Init and VM_Files_CloseAll (using memset...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 12 Sep 2006 05:56:26 +0000 (05:56 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 12 Sep 2006 05:56:26 +0000 (05:56 +0000)
commit03316bf3d0bdcbeb475f803297a170df0ef978e7
treec67de63c274e393b23b3268e05462e15e3d0b11c
parentdcd654cde72b6b3d93e54a9199ad362065a07397
remove some unsafe optimizations in VM_Files_Init and VM_Files_CloseAll (using memset on the return value of an indexing macro is generally a bad idea, and doesn't improve code readability)

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