API fix
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2159 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user