lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev 2.8.2dev.3 - exiting via interrupt (cosmetic)


From: Leonid Pauzner
Subject: Re: lynx-dev 2.8.2dev.3 - exiting via interrupt (cosmetic)
Date: Wed, 18 Nov 1998 18:37:00 +0300 (MSK)

> Might want to get rid of extra the leading newlines in the gettext()
> string as well...

> Might be a few more of these sitting around, too.

> diff -cr lynx2.8.2dev.3/src/LYClean.c lynx2.8.2dev.3.bri/src/LYClean.c
> *** lynx2.8.2dev.3/src/LYClean.c      Tue Nov 10 11:47:38 1998
> --- lynx2.8.2dev.3.bri/src/LYClean.c  Tue Nov 17 17:48:16 1998
> ***************
> *** 106,112 ****
>       }
>       if (sig != 0) {
>           printf("\n\n%s %d\n\n",
> !                gettext("\n\nExiting via interrupt: %d\n\n"),
>                  sig);
>           fflush(stdout);
>       }
> --- 106,112 ----
>       }
>       if (sig != 0) {
>           printf("\n\n%s %d\n\n",
> !                gettext("\n\nExiting via interrupt: "),
                            ^^^^remove it.
>                  sig);
>           fflush(stdout);
>       }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]