[Scummvm-git-logs] scummvm master -> 8734abf458b764568d73ebf4bc8432ec40269d54

bluegr noreply at scummvm.org
Wed Dec 4 23:56:56 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:
8734abf458 COMPOSER: Fix error when starting games


Commit: 8734abf458b764568d73ebf4bc8432ec40269d54
    https://github.com/scummvm/scummvm/commit/8734abf458b764568d73ebf4bc8432ec40269d54
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2024-12-05T01:56:53+02:00

Commit Message:
COMPOSER: Fix error when starting games

This is a regression from commit bbc4d51

Changed paths:
    engines/composer/composer.cpp


diff --git a/engines/composer/composer.cpp b/engines/composer/composer.cpp
index db51fc3f94b..754e02ebea4 100644
--- a/engines/composer/composer.cpp
+++ b/engines/composer/composer.cpp
@@ -406,6 +406,7 @@ void ComposerEngine::loadLibrary(uint id) {
 		// bookGroup is the basename of the path.
 		// TODO: tidy this up.
 		_bookGroup.clear();
+		filename = path.toString('/');
 		for (uint i = 0; i < filename.size(); i++) {
 			if (filename[i] == '~' || filename[i] == '/' || filename[i] == ':')
 				continue;




More information about the Scummvm-git-logs mailing list