From ef18ebade29f85a228da73a3ad13fe800cb7b62b Mon Sep 17 00:00:00 2001 From: Kaleb Keithley Date: Tue, 25 Nov 2003 19:29:15 +0000 Subject: XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks --- dsimple.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dsimple.c') diff --git a/dsimple.c b/dsimple.c index bbdbd93..cd4cbc9 100644 --- a/dsimple.c +++ b/dsimple.c @@ -26,7 +26,7 @@ other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/programs/xlsfonts/dsimple.c,v 3.6 2001/12/14 20:02:09 dawes Exp $ */ +/* $XFree86: xc/programs/xlsfonts/dsimple.c,v 3.7 2003/09/24 02:43:38 dawes Exp $ */ #include #include @@ -306,7 +306,7 @@ Window Select_Window_Args(rargc, argv) w=0; sscanf(OPTION, "0x%lx", &w); if (!w) - sscanf(OPTION, "%ld", &w); + sscanf(OPTION, "%lu", &w); if (!w) Fatal_Error("Invalid window id format: %s.", OPTION); continue; -- cgit v1.2.3