[Scummvm-git-logs] scummvm master -> b5a13047340c9268b073503127050ec2eb44d809
sev-
noreply at scummvm.org
Fri May 17 17:30:52 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
b5a1304734 DIRECTOR: DECOMPILER: Sync with upstream
Commit: b5a13047340c9268b073503127050ec2eb44d809
https://github.com/scummvm/scummvm/commit/b5a13047340c9268b073503127050ec2eb44d809
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-05-17T19:30:24+02:00
Commit Message:
DIRECTOR: DECOMPILER: Sync with upstream
Commit 95b5945ca4e3194f540376fb94ff862eddebbf05
Changed paths:
engines/director/lingo/lingodec/handler.cpp
diff --git a/engines/director/lingo/lingodec/handler.cpp b/engines/director/lingo/lingodec/handler.cpp
index 1707eb987c9..a8da30ae7ac 100644
--- a/engines/director/lingo/lingodec/handler.cpp
+++ b/engines/director/lingo/lingodec/handler.cpp
@@ -169,7 +169,7 @@ Common::SharedPtr<Node> Handler::readVar(int varType) {
case 0x6: // field
return Common::SharedPtr<Node>(new MemberExprNode(id->_startOffset, "field", Common::move(id), Common::move(castID)));
default:
- warning("%s", Common::String::format("findVar: unhandled var type %d", varType).c_str());
+ warning("findVar: unhandled var type %d", varType);
break;
}
return Common::SharedPtr<Node>(new ErrorNode(id->_startOffset));
More information about the Scummvm-git-logs
mailing list