- added missing return to translation code.
- a bit of header cleanup. * moved <zlib.h> and <bzlib.h> from files.h to files_decompress.cpp because they are no longer needed for defining the interface. * added <functional> to the precompiled header
This commit is contained in:
parent
5a4e9decd9
commit
5fccdd9acd
6 changed files with 5 additions and 3 deletions
|
|
@ -743,6 +743,7 @@ bool FRemapTable::AddToTranslation(const char *range)
|
|||
catch (CRecoverableError &err)
|
||||
{
|
||||
Printf("Error in translation '%s':\n%s\n", range, err.GetMessage());
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue