mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 20:01:25 +00:00
DIRECTOR: Fix typo
This commit is contained in:
parent
45c329df6c
commit
4c75242ae7
@ -419,7 +419,7 @@ Common::String pathMakeRelative(Common::String path, bool recursive, bool addext
|
||||
return initialPath;
|
||||
}
|
||||
|
||||
Common::String testExtensions(Common::String component, Common::String initialPath, Common::String convPath) {
|
||||
Common::String testExtensions(Common::String component, Common::String initialPath, Common::String convPath) {
|
||||
const char *exts[] = { ".MMM", ".DIR", ".DXR", 0 };
|
||||
for (int i = 0; exts[i]; ++i) {
|
||||
Common::String newpath = convPath + (strcmp(exts[i], ".MMM") == 0 ? convertMacFilename(component.c_str()) : component.c_str()) + exts[i];
|
||||
|
@ -42,7 +42,7 @@ bool testPath(Common::String &path);
|
||||
|
||||
Common::String pathMakeRelative(Common::String path, bool recursive = true, bool addexts = true);
|
||||
|
||||
Common::String testExtensions(Common::String component, Common::String initialPath, Common::String convPath);
|
||||
Common::String testExtensions(Common::String component, Common::String initialPath, Common::String convPath);
|
||||
|
||||
Common::String getFileName(Common::String path);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user