From 48d6dbc41b0b9cd9e07d7ad699bd0e90a90424c7 Mon Sep 17 00:00:00 2001 From: das Date: Wed, 30 May 2007 06:37:41 +0000 Subject: * generic/tkFileFilter.c (AddClause): fix warning. --- generic/tkFileFilter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generic/tkFileFilter.c b/generic/tkFileFilter.c index d9dc511..3849867 100644 --- a/generic/tkFileFilter.c +++ b/generic/tkFileFilter.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: tkFileFilter.c,v 1.5.2.1 2007/05/09 12:55:57 das Exp $ + * RCS: @(#) $Id: tkFileFilter.c,v 1.5.2.2 2007/05/30 06:37:41 das Exp $ */ #include "tkInt.h" @@ -313,7 +313,7 @@ static int AddClause(interp, filterPtr, patternsStr, ostypesStr, isWindows) if (ostypeCount > 0 && ostypeList != NULL) { for (i=0; itype = (OSType) string[0] << 24 | (OSType) string[1] << 16 | (OSType) string[2] << 8 | (OSType) string[3]; -- cgit v0.12