On Saturday 31 May 2008 19:36, Cristian Ionescu-Idbohrn wrote:
> 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]) {
Wow. I had this fixed.
I must have applied the wrong patch :(
Fixed now.
--
vda
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox