Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_dbus


Modified Files:
        ecore_dbus.c 


Log Message:
c89 rocks. warnings are bad
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_dbus/ecore_dbus.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ecore_dbus.c        10 Jun 2005 02:41:37 -0000      1.3
+++ ecore_dbus.c        27 Jul 2005 18:23:53 -0000      1.4
@@ -592,9 +592,9 @@
                          unsigned int pos)
 {
    Ecore_Oldlist      *l, *list;
+   unsigned int        i = 0;
 
    list = (Ecore_Oldlist *) mf;
-   unsigned int        i = 0;
 
    for (l = list; l; l = l->next)
      {
@@ -860,7 +860,7 @@
             printf("[ecore_dbus] unknown/unhandled data type %c\n", *fmt);
             break;
          }
-       *fmt++;
+       fmt++;
      }
    va_end(ap);
    *(unsigned int *)(msg->header + 8) = msg->blength = msg->bpos;




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to