[Scummvm-git-logs] scummvm master -> e55e429353264b1b4a592c430a3015ade6b271ed

bluegr bluegr at gmail.com
Sat Sep 14 18:56:46 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:
e55e429353 WIN32: Fix getting the parent directory of non-existant file nodes


Commit: e55e429353264b1b4a592c430a3015ade6b271ed
    https://github.com/scummvm/scummvm/commit/e55e429353264b1b4a592c430a3015ade6b271ed
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2019-09-14T19:56:43+03: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