On Sat, 31 May 2008, Denys Vlasenko wrote:

> As for alloc, I just eliminated it completely - see current svn.

This looks like a buglet:

-       switch (p[fmt_length - 1]) {
+       switch (p[length - 1]) {

Change to this?

-       switch (format[fmt_length - 1]) {
+       switch (p[length - 1]) {


Cheers,

-- 
Cristian
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to