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-Tag: 0.4.dev-20120326~9 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dcef5183f7c2a12f7bd4990bc9a3fe9d27bef55b;p=oweals%2Fminetest.git Small fix to fs::GetDirListing when trying to list an inexistent directory --- diff --git a/src/filesys.cpp b/src/filesys.cpp index 805aae6ae..e8a9e88db 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 " - <