(svn r3953) - Grr, compile before you commit. Wrong merge of 3529/3553 in r3948

This commit is contained in:
Darkvater 2006-03-18 15:19:30 +00:00
parent e89a98d296
commit f75365fcf4
1 changed files with 0 additions and 1 deletions

View File

@ -501,7 +501,6 @@ static char *FormatString(char *buff, const char *str, const int32 *argv, uint c
case 0x81: // {STRINL}
buff = GetStringWithArgs(buff, ReadLE16Unaligned(str), argv);
str += 2;
buff = GetStringWithArgs(buff, READ_LE_UINT16(str-2), argv);
break;
case 0x82: // {DATE_LONG}
buff = FormatYmdString(buff, GetInt32(&argv));