[Scummvm-git-logs] scummvm ccawley2011-patch-1 -> 6bc2fd12f2296961bda76c145e313c4592684180

ccawley2011 ccawley2011 at gmail.com
Sat Sep 14 18:17:11 CEST 2019


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:
6bc2fd12f2 WIN32: Fix getting the parent directory of non-existant file nodes


Commit: 6bc2fd12f2296961bda76c145e313c4592684180
    https://github.com/scummvm/scummvm/commit/6bc2fd12f2296961bda76c145e313c4592684180
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2019-09-14T17:17:08+01:00

Commit Message:
WIN32: Fix getting the parent directory of non-existant file nodes

Changed paths:
    backends/fs/windows/windows-fs.cpp


diff --git a/backends/fs/windows/windows-fs.cpp b/backends/fs/windows/windows-fs.cpp
index e69e72a..cc778d2 100644
--- a/backends/fs/windows/windows-fs.cpp
+++ b/backends/fs/windows/windows-fs.cpp
@@ -220,8 +220,6 @@ bool WindowsFilesystemNode::getChildren(AbstractFSList &myList, ListMode mode, b
 }
 
 AbstractFSNode *WindowsFilesystemNode::getParent() const {
-	assert(_isValid || _isPseudoRoot);
-
 	if (_isPseudoRoot)
 		return 0;
 





More information about the Scummvm-git-logs mailing list