Added support for some non-standard Tokina LCPs

see issue 1464
This commit is contained in:
Oliver Duis
2012-07-08 21:43:02 +02:00
parent c1701da96b
commit d7b593f74f
2 changed files with 12 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ namespace rtengine {
class LCPProfile {
// Temporary data for parsing
bool inCamProfiles,firstLIDone,inPerspect,inAlternateLensID;
char lastTag[256];
char lastTag[256],inInvalidTag[256];
LCPPersModel* pCurPersModel;
LCPModelCommon* pCurCommon;