From 4d9417478d484ba734b6d5b7fafce2707994d029 Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade Date: Thu, 28 Feb 2008 18:55:23 -0300 Subject: [PATCH] Compile warning fix by using Cardinal instead of int. This also matches the function prototype. --- src/StrToWidg.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/StrToWidg.c b/src/StrToWidg.c index b9fb8a9..190e91f 100644 --- a/src/StrToWidg.c +++ b/src/StrToWidg.c @@ -60,7 +60,7 @@ XmuCvtStringToWidget(XrmValuePtr args, Cardinal *num_args, { static Widget widget, *widgetP, parent; XrmName name = XrmStringToName(fromVal->addr); - int i; + Cardinal i; if (*num_args != 1) { -- 1.5.4.3