summaryrefslogtreecommitdiff
path: root/graphics/paintlib/files/patch-common-test-pltestdecoders.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/paintlib/files/patch-common-test-pltestdecoders.cpp')
-rw-r--r--graphics/paintlib/files/patch-common-test-pltestdecoders.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/paintlib/files/patch-common-test-pltestdecoders.cpp b/graphics/paintlib/files/patch-common-test-pltestdecoders.cpp
new file mode 100644
index 000000000000..68f78b384220
--- /dev/null
+++ b/graphics/paintlib/files/patch-common-test-pltestdecoders.cpp
@@ -0,0 +1,11 @@
+--- common/test/pltestdecoders.cpp.orig Fri Jun 18 22:09:17 2004
++++ common/test/pltestdecoders.cpp Fri Jun 18 22:09:36 2004
+@@ -135,7 +135,7 @@
+
+ #ifndef WIN32
+ // this function is used to select all files that do not start with a dot
+-int selectFile(const struct dirent * theEntry)
++int selectFile(struct dirent * theEntry)
+ {
+ if (theEntry->d_name[0] == '.')
+ {