Module Name: src Committed By: apb Date: Fri Mar 28 17:49:11 UTC 2014
Modified Files: src/games/hunt/huntd: get_names.c Log Message: If you are going to use memcpy instead of struct assignment, then at least use sizeof(the correct variable). The use of memcmp to test two pointers for equality, one line earlier, is also weird but may be correct. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/games/hunt/huntd/get_names.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.