🚨 Fixed compiler warnings
This commit is contained in:
parent
cc13e10a25
commit
5e18461c9e
@ -496,7 +496,7 @@ class moFileReader
|
|||||||
try {
|
try {
|
||||||
m_lookup_context[original_str.substr(0, x)][original_str.substr(x + 1, original_str.length())] = translation_str;
|
m_lookup_context[original_str.substr(0, x)][original_str.substr(x + 1, original_str.length())] = translation_str;
|
||||||
}
|
}
|
||||||
catch (const std::exception& e) {
|
catch (...) {
|
||||||
m_error = "Stream bad during reading. The .mo-file seems to be invalid or has bad descriptions!";
|
m_error = "Stream bad during reading. The .mo-file seems to be invalid or has bad descriptions!";
|
||||||
return moFileReader::EC_ERROR;
|
return moFileReader::EC_ERROR;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user