projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b6aa0f
)
wxMSW compilation problem fixed
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Tue, 9 Feb 1999 22:39:55 +0000
(22:39 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Tue, 9 Feb 1999 22:39:55 +0000
(22:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1660
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/common/filefn.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/common/filefn.cpp
b/src/common/filefn.cpp
index 36bd79187f4b8d18b60ae802b733c27e9360bd17..364e400c0172eb350384e6412e392b335022c716 100644
(file)
--- a/
src/common/filefn.cpp
+++ b/
src/common/filefn.cpp
@@
-1347,7
+1347,7
@@
try_again:
#ifdef __WIN32__
if (gs_hFileStruct == INVALID_HANDLE_VALUE)
- return
NULL
;
+ return
result
;
bool success = (FindNextFile(gs_hFileStruct, &gs_findDataStruct) != 0);
if (!success)