Commit dd224b27a3b5179ac65620189a6afe8536eb30c4

dtremenak 2008-05-24T19:04:02

from BZFlag r17264: rewrite StringCopy. wcscpy is not a standard function; we have logic for doing it ourselves already (minus the len = 0 case), so handle len = 0 and do it all ourselves.