Enlightenment CVS committal Author : moom Project : e17 Module : proto
Dir : e17/proto/etk/src/lib Modified Files: etk_string.c Log Message: * Fix a segv with amd64. Thanks to drexil :) =================================================================== RCS file: /cvs/e/e17/proto/etk/src/lib/etk_string.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- etk_string.c 7 Apr 2006 15:36:11 -0000 1.6 +++ etk_string.c 11 May 2006 08:47:37 -0000 1.7 @@ -575,6 +575,8 @@ va_copy(args2, args); length = vsnprintf(&c, 1, format, args2); + va_end(args2); + va_copy(args2, args); text = malloc(length + 1); vsprintf(text, format, args2); va_end(args2); ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs