mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-12 09:09:09 +00:00
(svn r5873) - Fix a bad comment in r5871, and add a further check for saving strings.
This commit is contained in:
@@ -516,7 +516,8 @@ static void SlString(void *ptr, uint length, VarType conv)
|
||||
{
|
||||
uint len;
|
||||
assert(GetVarFileType(conv) == SLE_FILE_STRING);
|
||||
assert(GetVarMemType(conv) == SLE_VAR_STRB || GetVarMemType(conv) == SLE_VAR_STRQ);
|
||||
assert(GetVarMemType(conv) == SLE_VAR_STRB || GetVarMemType(conv) == SLE_VAR_STRBQ);
|
||||
assert(ptr != NULL);
|
||||
|
||||
if (_sl.save) {
|
||||
len = SlCalcNetStringLen(ptr, length);
|
||||
|
Reference in New Issue
Block a user