lynx-dev
[Top][All Lists]
Advanced

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

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


From: brian j. pardy
Subject: lynx-dev 2.8.2dev.3 - exiting via interrupt (cosmetic)
Date: Tue, 17 Nov 1998 17:55:38 -0800

In 2.8.2dev.3, if Lynx exits due to an interrupt, the following will be
printed on screen:


[begin]

Exiting via interrupt: %d

 2

[fin]

I assume this isn't desired. 

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: "),
                   sig);
            fflush(stdout);
        }


-- 
I think that God in creating man somewhat overestimated his ability.
                -- Oscar Wilde

reply via email to

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