From c0c8fdf7242c0185b8f676efc35d2e116c505307 Mon Sep 17 00:00:00 2001 From: hobbs Date: Wed, 6 Sep 2000 19:02:16 +0000 Subject: * generic/tkGrab.c (Tk_GrabObjCmd): changed len arg from size_t to int to fix pedantic warning. --- generic/tkGrab.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generic/tkGrab.c b/generic/tkGrab.c index 84fad8c..e5b7fcf 100644 --- a/generic/tkGrab.c +++ b/generic/tkGrab.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkGrab.c,v 1.5 2000/08/04 00:46:33 ericm Exp $ + * RCS: @(#) $Id: tkGrab.c,v 1.6 2000/09/06 19:02:16 hobbs Exp $ */ #include "tkPort.h" @@ -201,7 +201,7 @@ Tk_GrabObjCmd(clientData, interp, objc, objv) TkDisplay *dispPtr; char *arg; int index; - size_t len; + int len; static char *optionStrings[] = { "current", "release", "set", "status", (char *) NULL }; -- cgit v0.12