Hi,

On Mon, 23 Aug 2010, Sandro Cazzaniga wrote:
> I've packaged dpkg-1.15.8.4 and I send you new patch (that fix string
> format error).

What is the precise error that you saw?

>       for (fs = a->choices; fs; fs = fs->next)
> -             pr(fs->master_file);
> +             pr(fs->master_file, "%s");

pr("%s", fs->master_file)

would at least make sense, but the opposite is really wrong. Same goes for
the other occurences AFAIK (did not check in detail).

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer ◈ [Flattr=20693]

Follow my Debian News ▶ http://RaphaelHertzog.com (English)
                      ▶ http://RaphaelHertzog.fr (Français)


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/20100831215958.gd4...@rivendell

Reply via email to