]> git.pld-linux.org Git - packages/links2.git/blob - links2-reallyquit.patch
- updated for 2.1pre17
[packages/links2.git] / links2-reallyquit.patch
1 --- links-2.1pre16/view.c.orig  2005-01-22 21:51:55.000000000 +0100
2 +++ links-2.1pre16/view.c       2005-01-28 20:21:11.813229048 +0100
3 @@ -3112,7 +3112,7 @@
4                         goto x;
5                 }
6                 if ((upcase(ev->x) == 'Q' && !ev->y) || ev->x == KBD_CTRL_C) {
7 -                 exit_prog(ses->term, (void *)(ev->x == KBD_CTRL_C), ses); /* 2989: warning: cast to pointer from integer of different size */
8 +                 exit_prog(ses->term, (void *)(ev->x == KBD_CTRL_C || ev->x == 'Q'), ses); /* 2989: warning: cast to pointer from integer of different size */
9                         goto x;
10                 }
11                 if (ev->x == KBD_CLOSE){
This page took 0.032854 seconds and 3 git commands to generate.