On Mon, 27 May 2002, Wichert Akkerman wrote:

> Previously Santiago Vila wrote:
> >   if (fputs(_("Debian GNU/Linux `"), stdout) < 0) werr("stdout");
> >   if (fputs(DPKG, stdout) < 0) werr("stdout");
> >   if (fputs(_("' package management program version "), stdout) < 0) 
> > werr("stdo\ut");
>
> Actually looking at this a bit more we can't change it, the string
> has to be split like that so we can put the DPKG define in there
> while still allowing it to be translated.
>
> Wichert.

Why can't we just use fprintf(stdout) there?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Reply via email to