]> git.xonotic.org Git - xonotic/gmqcc.git/commit
flatten the use of strcpy, 90% of the cases we already knew the length of the string...
authorDale Weiler <killfieldengine@gmail.com>
Sun, 14 Apr 2013 01:00:25 +0000 (01:00 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Sun, 14 Apr 2013 01:00:25 +0000 (01:00 +0000)
commit48d6375817d3834e934bec6849cdd08daaa3c9b2
tree218e71e7ebcb574b76e1ed79c61b3a613379d064
parent3f40fcb9658f2f1c86ee04df05d47c4fdfe21f51
flatten the use of strcpy, 90% of the cases we already knew the length of the string either at compile-time, or already within the scope we where, thus letting us use strncpy, which can be further optimized (unrolled if static)
Makefile
ast.c
code.c
fs.c
pak.c