git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2159 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2006-01-10 07:47:19 +00:00
parent fb3b3d3b1a
commit a846e1bf3a
+1 -1
View File
@@ -277,7 +277,7 @@ getWideFromStringN(wchar_t *wstr, size_t maxcount,
// the only difference is that the source string (start) length is // the only difference is that the source string (start) length is
// calculated by searching for 0-term // calculated by searching for 0-term
size_t size_t
getWideFromString(wchar_t *wstr, size_t maxcount, unsigned char *start) getWideFromString(wchar_t *wstr, size_t maxcount, const unsigned char *start)
{ {
wchar_t *next; wchar_t *next;