From: Perttu Ahola Date: Sun, 25 Mar 2012 20:16:53 +0000 (+0300) Subject: Small fix to fs::GetDirListing when trying to list an inexistent directory X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=dcef5183f7c2a12f7bd4990bc9a3fe9d27bef55b;p=zefram%2Fminetest%2Fminetest_engine.git Small fix to fs::GetDirListing when trying to list an inexistent directory --- diff --git a/src/filesys.cpp b/src/filesys.cpp index 805aae6a..e8a9e88d 100644 --- a/src/filesys.cpp +++ b/src/filesys.cpp @@ -74,9 +74,8 @@ std::vector GetDirListing(std::string pathstring) if (hFind == INVALID_HANDLE_VALUE) { - errorstream<<"GetDirListing: Invalid file handle. Error is " - <