[Scummvm-git-logs] scummvm master -> 66ab5bc779ceaa1e316793027585ccde4a163815
digitall
noreply at scummvm.org
Sat Apr 29 22:52:41 UTC 2023
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:
66ab5bc779 WATCHMAKER: Fix Compilation on Some Platforms
Commit: 66ab5bc779ceaa1e316793027585ccde4a163815
https://github.com/scummvm/scummvm/commit/66ab5bc779ceaa1e316793027585ccde4a163815
Author: D G Turner (digitall at scummvm.org)
Date: 2023-04-29T23:51:57+01:00
Commit Message:
WATCHMAKER: Fix Compilation on Some Platforms
Changed paths:
engines/watchmaker/game.cpp
diff --git a/engines/watchmaker/game.cpp b/engines/watchmaker/game.cpp
index 04da3c6fa9c..0eb282b36f6 100644
--- a/engines/watchmaker/game.cpp
+++ b/engines/watchmaker/game.cpp
@@ -275,7 +275,7 @@ int WGame::StartPlayingGame(const Common::String &LoaderName_override) {
bWideScreen = 0;
bTitoliCodaStatic = 0;
bTitoliCodaScrolling = 0;
- strlcpy(RoomInfo.name, "", 64);
+ Common::strlcpy(RoomInfo.name, "", 64);
return true;
}
More information about the Scummvm-git-logs
mailing list