Fix resync.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2854 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2007-09-16 15:32:00 +00:00
parent 3505a9a35e
commit c69569e928
+1 -1
View File
@@ -28,7 +28,7 @@
static inline void
resyncUTF8(const unsigned char **ptr) {
while ((**ptr & 0xc0) == 0x80)
*ptr++;
(*ptr)++;
}
// Get one character from a UTF-8 encoded string.