Skip to content

Commit

Permalink
Merge pull request #74 from calband/fixDescriptionLoad
Browse files Browse the repository at this point in the history
fix for #71
  • Loading branch information
rmpowell77 committed Mar 14, 2014
2 parents f321d36 + 66938c0 commit 5683206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/cc_show.cpp
Expand Up @@ -181,9 +181,9 @@ mSheetNum(0)
auto str = (const char*)&data[0];
SetDescr(std::string(str, strlen(str)));
// peek for the next name
name = ReadLong(stream);
ReadAndCheckID(stream, INGL_END);
ReadAndCheckID(stream, INGL_DESC);
name = ReadLong(stream);
}

// Read in sheets
Expand Down

0 comments on commit 5683206

Please sign in to comment.