const
authorVince Darley <vincentdarley@sourceforge.net>
Mon, 28 Jan 2002 12:30:24 +0000 (12:30 +0000)
committerVince Darley <vincentdarley@sourceforge.net>
Mon, 28 Jan 2002 12:30:24 +0000 (12:30 +0000)
ChangeLog
generic/vfs.c

index 7f654d4c07e3ddc72752066ebcc42ad7a74f9c29..ea2cc24545b3702adacb8cafa275f13e463c8128 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2002-01-28 Vince Darley <vincentdarley@sourceforge.net>
+       * generic/vfs.c: const, MacOS fixes (also thanks Daniel Steffen).
+
 2001-12-07 Vince Darley <vincentdarley@sourceforge.net>
        * various test, install fixes (unix) thanks to Larry Virden.
        
index 43ec23f252573c419676ee2694d54a044e119b90..c7d2d5194991d3ecc9754d23049635020c8119bb 100644 (file)
@@ -1255,7 +1255,7 @@ VfsMatchInDirectory(
     Tcl_Interp *cmdInterp,     /* Interpreter to receive error msgs. */
     Tcl_Obj *returnPtr,                /* Object to receive results. */
     Tcl_Obj *dirPtr,           /* Contains path to directory to search. */
-    char *pattern,             /* Pattern to match against. */
+    CONST char *pattern,       /* Pattern to match against. */
     Tcl_GlobTypeData *types)   /* Object containing list of acceptable types.
                                 * May be NULL. */
 {