Index: generic/nsfStubLib.c =================================================================== diff -u -r8e079b542dd68c7975117266efba2b4701909ce9 -r878a74b68b15d4ee5c33d345e670f50ce7473ebc --- generic/nsfStubLib.c (.../nsfStubLib.c) (revision 8e079b542dd68c7975117266efba2b4701909ce9) +++ generic/nsfStubLib.c (.../nsfStubLib.c) (revision 878a74b68b15d4ee5c33d345e670f50ce7473ebc) @@ -121,7 +121,7 @@ } if (intStubsPtr == NULL) { - static char *errMsg = "missing stubInt table pointer"; + static const char *errMsg = "missing stubInt table pointer"; Tcl_ResetResult(interp); NsfPrintError(interp, "Error loading package %s: "