blob: 68f78b384220af6d2e8e4e6c611ea8bda6cdf5c8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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] == '.')
{
|