projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Cache user and group name as these can be expensive to get on some systems.
[wxWidgets.git]
/
src
/
os2
/
dir.cpp
diff --git
a/src/os2/dir.cpp
b/src/os2/dir.cpp
index e3e7188afd183514b6f96cf75ba2948b7b229d4d..fef52b91b3993047a9d7051f419eb881042cfd69 100644
(file)
--- a/
src/os2/dir.cpp
+++ b/
src/os2/dir.cpp
@@
-75,7
+75,7
@@
static inline FIND_DATA FindFirst(
FIND_DATA hDir = HDIR_CREATE;
FIND_ATTR rc;
FIND_DATA hDir = HDIR_CREATE;
FIND_ATTR rc;
- rc = ::DosFindFirst(
(PSZ)
rsSpec.c_str()
+ rc = ::DosFindFirst( rsSpec.c_str()
,&hDir
,0x37 // was: FILE_NORMAL
,pFinddata
,&hDir
,0x37 // was: FILE_NORMAL
,pFinddata