Author: muggenhor
Date: Mon May 12 20:56:42 2008
New Revision: 5086
URL: http://svn.gna.org/viewcvs/warzone?rev=5086&view=rev
Log:
Cleanup:
* Remove our own strcpy implementation: stringCpy
* Don't use "d = malloc(strlen(s) + 1); strcpy(d, s);" to copy a string into
fresh heap memory, use "d = strdup(s);" instead
* Fix indentation
Modified:
trunk/lib/framework/strres.c
_______________________________________________
Warzone-commits mailing list
[email protected]
https://mail.gna.org/listinfo/warzone-commits