[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dpkg-1.15.8.4



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)


Reply to: