From 693798ff6b31d4270815036402f5aa17c1d4e586 Mon Sep 17 00:00:00 2001 From: dkf Date: Sun, 13 Nov 2005 23:40:04 +0000 Subject: Quell warning --- unix/tkUnixSelect.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unix/tkUnixSelect.c b/unix/tkUnixSelect.c index dac5cce..cf2813d 100644 --- a/unix/tkUnixSelect.c +++ b/unix/tkUnixSelect.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnixSelect.c,v 1.16 2005/11/13 23:16:11 dkf Exp $ + * RCS: @(#) $Id: tkUnixSelect.c,v 1.17 2005/11/13 23:40:04 dkf Exp $ */ #include "tkInt.h" @@ -1396,7 +1396,7 @@ SelCvtToX( int *numLongsPtr) /* Number of 32-bit words contained in the * result. */ { - char **field; + const char **field; int numFields, i; long *propPtr; -- cgit v0.12