(svn r17219) -Cleanup: remove a lot of unused string code

This commit is contained in:
yexo
2009-08-19 13:13:32 +00:00
parent 0fa0286ebb
commit 94198e09ce
8 changed files with 22 additions and 215 deletions

View File

@@ -719,7 +719,7 @@ static char *FormatString(char *buff, const char *str, int64 *argv, uint casei,
const char *s = GetStringPtr(argv_orig[(byte)*str++]); // contains the string that determines gender.
int gender = 0;
if (s != NULL) {
wchar_t c = Utf8Consume(&s);
WChar c = Utf8Consume(&s);
/* Switch case is always put before genders, so remove those bits */
if (c == SCC_SWITCH_CASE) {
/* Skip to the last (i.e. default) case */