[patch] coreutils/printf.c

Denys Vlasenko vda.linux at googlemail.com
Sat May 31 18:30:38 UTC 2008


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



More information about the busybox mailing list