libXmu: Branch 'master'

David Nusinow gravity at kemper.freedesktop.org
Thu Feb 28 16:36:16 PST 2008


 src/StrToWidg.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3fe753215b6186e588246220a473417810f82b05
Author: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
Date:   Thu Feb 28 18:55:23 2008 -0300

    Compile warning fix by using Cardinal instead of int.
    
    This also matches the function prototype.

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)
     {


More information about the xorg-commit mailing list