diff options
author | DS <vorunbekannt75@web.de> | 2021-08-12 20:06:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-12 20:06:18 +0200 |
commit | 0709946c75ae6f2257d368714185bed7bee538ba (patch) | |
tree | a41acfe0eb358a752d286ac9a3ad88cf2fea90d5 /src/client/render/core.cpp | |
parent | eefa39e47b4ef1f6a51854461efee99777ae20fd (diff) | |
download | minetest-0709946c75ae6f2257d368714185bed7bee538ba.tar.gz minetest-0709946c75ae6f2257d368714185bed7bee538ba.tar.bz2 minetest-0709946c75ae6f2257d368714185bed7bee538ba.zip |
Fix a segfault caused by wrong textdomain lines in translation files (#11530)
* The problem were lines like these:
"# textdomain:"
* str_split does not add an empty last part if there is a delimiter
at the end, but this was probably assumed here.
Diffstat (limited to 'src/client/render/core.cpp')
0 files changed, 0 insertions, 0 deletions