[Scummvm-git-logs] scummvm master -> ad7a35b2ac11ea5849fc2d375c5625e1fe722544
Strangerke
noreply at scummvm.org
Sun May 12 20:27:22 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:
ad7a35b2ac BAGEL: Make error detail mandatory
Commit: ad7a35b2ac11ea5849fc2d375c5625e1fe722544
https://github.com/scummvm/scummvm/commit/ad7a35b2ac11ea5849fc2d375c5625e1fe722544
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2024-05-12T21:27:15+01:00
Commit Message:
BAGEL: Make error detail mandatory
Changed paths:
engines/bagel/boflib/error.h
diff --git a/engines/bagel/boflib/error.h b/engines/bagel/boflib/error.h
index e3181083e2d..01057301ee4 100644
--- a/engines/bagel/boflib/error.h
+++ b/engines/bagel/boflib/error.h
@@ -69,7 +69,7 @@ public:
* @param errCode Error to report
* @param format printf style format string
*/
- void reportError(ErrorCode errCode, const char *format = nullptr, ...);
+ void reportError(ErrorCode errCode, const char *format, ...);
bool errorOccurred() {
return _errCode != ERR_NONE;
More information about the Scummvm-git-logs
mailing list