mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
12 lines
342 B
C
12 lines
342 B
C
--- dateeditor.C.orig 1996-02-10 04:17:35.000000000 +0100
|
|
+++ dateeditor.C 2003-04-28 18:14:32.000000000 +0200
|
|
@@ -113,7 +113,7 @@ int Cmd_HiliteLoop(ClientData, Tcl_Inter
|
|
}
|
|
|
|
int count;
|
|
- char** strlist;
|
|
+ CONST84 char** strlist;
|
|
if (Tcl_SplitList(tcl, argv[2], &count, &strlist) != TCL_OK) {
|
|
return TCL_ERROR;
|
|
}
|