Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/eet

Dir     : e17/libs/eet/src/lib


Modified Files:
        eet_data.c 


Log Message:


and remove an extra l

===================================================================
RCS file: /cvs/e/e17/libs/eet/src/lib/eet_data.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -3 -r1.48 -r1.49
--- eet_data.c  8 Sep 2007 09:35:40 -0000       1.48
+++ eet_data.c  8 Sep 2007 09:38:53 -0000       1.49
@@ -2016,7 +2016,7 @@
             
             if ((echnk.type > EET_T_UNKNOW) &&
                 (echnk.type < EET_T_LAST))
-              type = echnk.type;
+       type = echnk.type;
             else if ((echnk.group_type > EET_G_UNKNOWN) &&
                      (echnk.group_type < EET_G_LAST))
               group_type = echnk.group_type;
@@ -2060,7 +2060,7 @@
                            dumpfunc(dumpdata, tbuf); break;
                          case EET_T_DOUBLE:
                            dumpfunc(dumpdata, "double: ");
-                           snprintf(tbuf, sizeof(tbuf), "%1.25fl", *((double 
*)dd));
+                           snprintf(tbuf, sizeof(tbuf), "%1.25f", *((double 
*)dd));
                            dumpfunc(dumpdata, tbuf); break;
                          case EET_T_UCHAR:
                            dumpfunc(dumpdata, "uchar: ");



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to