[patch] coreutils/printf.c

Cristian Ionescu-Idbohrn cristian.ionescu-idbohrn at axis.com
Sat May 31 17:36:55 UTC 2008


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



More information about the busybox mailing list