Skip to content

Commit

Permalink
GOB: changed error messages for STK21 in compress_gob
Browse files Browse the repository at this point in the history
  • Loading branch information
BJNFNE committed Aug 31, 2023
1 parent 9b0d1f7 commit f51cd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/gob/compress_gob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ CompressGob::Chunk *CompressGob::readChunkConf(Common::File &gobConf, Common::Fi
gobConf.scanString(buffer);
std::string signature(buffer);
if (signature == confSTK21)
error("STK21 not yet handled");
error("STK21 is not implemented yet");
else if (signature != confSTK10)
error("Unknown format signature %s", signature.c_str());

Expand Down

0 comments on commit f51cd07

Please sign in to comment.