Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/bin


Modified Files:
        evas_test_main.c 


Log Message:


correct fmt strings

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/bin/evas_test_main.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- evas_test_main.c    13 Jan 2006 04:16:52 -0000      1.28
+++ evas_test_main.c    13 Jan 2006 04:18:43 -0000      1.29
@@ -1719,7 +1719,7 @@
                  char                s[1024];
                  
                  d = (0.6 * y) / 55;  if (d < 0) d = -d;
-                 snprintf(s, sizeof(s), "extent = %f3.3;", d);
+                 snprintf(s, sizeof(s), "extent = %3.3f;", d);
                  evas_object_gradient_type_set(t1, "linear", s);
                  evas_object_gradient_fill_set(t1, 90, 2, 55, 200);
                  evas_object_gradient_spread_set(t1, EVAS_TEXTURE_RESTRICT);
@@ -1759,7 +1759,7 @@
             {
                char                s[1024];
                
-               snprintf(s, sizeof(s), "inner_radius = %f3.3;", 0.7 * (1.0 - (y 
/ 55.0)));
+               snprintf(s, sizeof(s), "inner_radius = %3.3f;", 0.7 * (1.0 - (y 
/ 55.0)));
                evas_object_gradient_type_set(t1, "radial", s);
             }      
        }
@@ -1793,7 +1793,7 @@
                  char                s[1024];
                  
                  evas_object_gradient_fill_set(t1, 55, 55, 55, y);
-                 snprintf(s, sizeof(s), "annulus = %f3.3; wrap = 0.25;", 0.7 * 
(1.0 - (y / 55.0)));
+                 snprintf(s, sizeof(s), "annulus = %3.3f; wrap = 0.25;", 0.7 * 
(1.0 - (y / 55.0)));
                  evas_object_gradient_type_set(t1, "angular", s);
               }
          }




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to