[Scummvm-git-logs] scummvm master -> 594b8a56fbb160db8f602b4a7acf4a254bb0405d

djsrv dservilla at gmail.com
Sat Jul 17 16:55:56 UTC 2021


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:
594b8a56fb DIRECTOR: Fix convertPath comment


Commit: 594b8a56fbb160db8f602b4a7acf4a254bb0405d
    https://github.com/scummvm/scummvm/commit/594b8a56fbb160db8f602b4a7acf4a254bb0405d
Author: djsrv (dservilla at gmail.com)
Date: 2021-07-17T12:55:31-04:00

Commit Message:
DIRECTOR: Fix convertPath comment

Changed paths:
    engines/director/util.cpp


diff --git a/engines/director/util.cpp b/engines/director/util.cpp
index a09f8a0250..b4acfdbb07 100644
--- a/engines/director/util.cpp
+++ b/engines/director/util.cpp
@@ -227,7 +227,7 @@ Common::String convertPath(Common::String &path) {
 	Common::String res;
 	uint32 idx = 0;
 
-	if (path.hasPrefix("::")) { // Root of the filesystem
+	if (path.hasPrefix("::")) { // Parent directory
 		res = "..\\";
 		idx = 2;
 	} else if (path.hasPrefix("@:")) { // Root of the game




More information about the Scummvm-git-logs mailing list