[Scummvm-git-logs] scummvm master -> 8b14e8f9a37fef9701f2573133324f680ea5f0d4

rvanlaar roland at rolandvanlaar.nl
Thu Jul 30 19:58:32 UTC 2020


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:
8b14e8f9a3 DIRECTOR: fix function definition


Commit: 8b14e8f9a37fef9701f2573133324f680ea5f0d4
    https://github.com/scummvm/scummvm/commit/8b14e8f9a37fef9701f2573133324f680ea5f0d4
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2020-07-30T21:57:31+02:00

Commit Message:
DIRECTOR: fix function definition

Changed paths:
    engines/director/util.h


diff --git a/engines/director/util.h b/engines/director/util.h
index 5a0e7c2805..037a62d353 100644
--- a/engines/director/util.h
+++ b/engines/director/util.h
@@ -38,7 +38,7 @@ Common::String convertPath(Common::String &path);
 
 Common::String getPath(Common::String path, Common::String cwd);
 
-bool testPath(Common::String path);
+bool testPath(Common::String &path);
 
 Common::String pathMakeRelative(Common::String path, bool recursive = true, bool addexts = true);
 




More information about the Scummvm-git-logs mailing list