Fix coverity issues

This commit is contained in:
heckflosse
2018-11-20 14:42:39 +01:00
parent 61d8a4f254
commit 1cdd814e1b
3 changed files with 9 additions and 6 deletions

View File

@@ -131,8 +131,8 @@ private:
bool inPerspect;
bool inAlternateLensID;
bool inAlternateLensNames;
char lastTag[256];
char inInvalidTag[256];
char lastTag[257];
char inInvalidTag[257];
LCPPersModel* pCurPersModel;
LCPModelCommon* pCurCommon;