Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/embryo

Dir     : e17/libs/embryo/src/lib


Modified Files:
        embryo_str.c 


Log Message:


fix %% in snprintf

===================================================================
RCS file: /cvs/e/e17/libs/embryo/src/lib/embryo_str.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- embryo_str.c        11 Apr 2008 19:06:18 -0000      1.8
+++ embryo_str.c        14 May 2008 06:10:58 -0000      1.9
@@ -297,6 +297,7 @@
                    }
                  inesc = 0;
               }
+            if ((insub) && (s1[i] == '%')) pnum++;
             if ((insub) && (p < pnum))
               {
                  switch (s1[i])



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
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