Revision: 11017 http://pure-data.svn.sourceforge.net/pure-data/?rev=11017&view=rev Author: eighthave Date: 2009-04-14 01:43:56 +0000 (Tue, 14 Apr 2009)
Log Message: ----------- fixed crasher bug #2030557 caused by % in GUI labels. So it turns out that BSD's sprintf() isn't as fault-tolerant as GNU's. It was crashing on unescaped %, I guess it was trying to replace them and failing miserably. This patch fixes it by only running the first % pattern thru the sprintf() then just copying the rest before sending it to sys_gui();
Modified Paths: -------------- branches/pd-extended/0.41/pd/src/x_gui.c
Added Paths: ----------- trunk/packages/patches/fix_gui_%_crash-0.42-4.patch
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.