Skip to content

Commit 66938c0

Browse files
committed
fix for #71
1 parent f321d36 commit 66938c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/cc_show.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,9 @@ mSheetNum(0)
181181
auto str = (const char*)&data[0];
182182
SetDescr(std::string(str, strlen(str)));
183183
// peek for the next name
184-
name = ReadLong(stream);
185184
ReadAndCheckID(stream, INGL_END);
186185
ReadAndCheckID(stream, INGL_DESC);
186+
name = ReadLong(stream);
187187
}
188188

189189
// Read in sheets

0 commit comments

Comments
 (0)