projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add a unit test for new events (see #10000)
[wxWidgets.git]
/
src
/
palmos
/
dir.cpp
diff --git
a/src/palmos/dir.cpp
b/src/palmos/dir.cpp
index e041f2f001a253c56cab1363c12837e90db4e6ee..2883ef2649b5825bb3f8681facfea0134fdc0eeb 100644
(file)
--- a/
src/palmos/dir.cpp
+++ b/
src/palmos/dir.cpp
@@
-127,7
+127,7
@@
void wxDirData::Close()
bool wxDirData::Read(wxString *filename)
{
- //dirent *de =
(dirent *)
NULL; // just to silence compiler warnings
+ //dirent *de = NULL; // just to silence compiler warnings
int ret;
char tmpbuf[300];
bool matches = false;