Merge pull request #1020 from LittleHuba/fix_990

Fixes #990
presentation
Ulrich Huber 7 years ago committed by GitHub
commit 57d96b1a97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/control/xojfile/LoadHandler.cpp

@ -315,7 +315,7 @@ void LoadHandler::parseStart()
this->creator += version;
}
const char* fileversion = LoadHandlerHelper::getAttrib("fileVersion", true, this);
const char* fileversion = LoadHandlerHelper::getAttrib("fileversion", true, this);
if (fileversion)
{
this->fileVersion = atoi(fileversion);

Loading…
Cancel
Save