mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-03-30 22:51:01 +00:00
strip spaces from language labels.
This commit is contained in:
parent
f2d582f680
commit
6f2bc8379a
1 changed files with 1 additions and 0 deletions
|
@ -254,6 +254,7 @@ bool FStringTable::ParseLanguageCSV(int filenum, const char* buffer, size_t size
|
|||
}
|
||||
}
|
||||
|
||||
row[labelcol].StripLeftRight();
|
||||
FName strName = row[labelcol].GetChars();
|
||||
if (hasDefaultEntry)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue