(svn r25995) -Fix (r25785) [FS#5801]: [NoGo] GS failed to rename towns. (Zydeco)
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
const char *text = NULL;
|
const char *text = NULL;
|
||||||
if (name != NULL) {
|
if (name != NULL) {
|
||||||
const char *text = name->GetDecodedText();
|
text = name->GetDecodedText();
|
||||||
EnforcePreconditionEncodedText(false, text);
|
EnforcePreconditionEncodedText(false, text);
|
||||||
EnforcePreconditionCustomError(false, ::Utf8StringLength(text) < MAX_LENGTH_TOWN_NAME_CHARS, ScriptError::ERR_PRECONDITION_STRING_TOO_LONG);
|
EnforcePreconditionCustomError(false, ::Utf8StringLength(text) < MAX_LENGTH_TOWN_NAME_CHARS, ScriptError::ERR_PRECONDITION_STRING_TOO_LONG);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user