1
0
Fork 0

(svn r25995) -Fix (r25785) [FS#5801]: [NoGo] GS failed to rename towns. (Zydeco)

release/1.4
frosch 2013-11-14 18:04:31 +00:00
parent 37633d5da1
commit e044bd8a73
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
const char *text = NULL;
if (name != NULL) {
const char *text = name->GetDecodedText();
text = name->GetDecodedText();
EnforcePreconditionEncodedText(false, text);
EnforcePreconditionCustomError(false, ::Utf8StringLength(text) < MAX_LENGTH_TOWN_NAME_CHARS, ScriptError::ERR_PRECONDITION_STRING_TOO_LONG);
}