SOURCES: links2-reallyquit.patch - updated for 2.1pre18

qboosh qboosh at pld-linux.org
Sat Aug 6 10:36:34 CEST 2005


Author: qboosh                       Date: Sat Aug  6 08:36:34 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 2.1pre18

---- Files affected:
SOURCES:
   links2-reallyquit.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/links2-reallyquit.patch
diff -u SOURCES/links2-reallyquit.patch:1.2 SOURCES/links2-reallyquit.patch:1.3
--- SOURCES/links2-reallyquit.patch:1.2	Wed Feb  2 00:16:37 2005
+++ SOURCES/links2-reallyquit.patch	Sat Aug  6 10:36:29 2005
@@ -1,11 +1,11 @@
---- links-2.1pre16/view.c.orig	2005-01-22 21:51:55.000000000 +0100
-+++ links-2.1pre16/view.c	2005-01-28 20:21:11.813229048 +0100
-@@ -3112,7 +3112,7 @@
+--- links-2.1pre18/view.c.orig	2005-08-03 08:51:06.000000000 +0200
++++ links-2.1pre18/view.c	2005-08-06 10:22:56.373467936 +0200
+@@ -3208,7 +3208,7 @@
  			goto x;
  		}
- 		if ((upcase(ev->x) == 'Q' && !ev->y) || ev->x == KBD_CTRL_C) {
--		  exit_prog(ses->term, (void *)(ev->x == KBD_CTRL_C), ses); /* 2989: warning: cast to pointer from integer of different size */
-+		  exit_prog(ses->term, (void *)(ev->x == KBD_CTRL_C || ev->x == 'Q'), ses); /* 2989: warning: cast to pointer from integer of different size */
+ 		if ((upcase(ev->x) == 'Q' && !(ev->y & (KBD_CTRL | KBD_ALT))) || ev->x == KBD_CTRL_C) {
+-		  exit_prog(ses->term, (void *)(my_intptr_t)(ev->x == KBD_CTRL_C), ses);
++		  exit_prog(ses->term, (void *)(my_intptr_t)(ev->x == KBD_CTRL_C || ev->x == 'Q'), ses);
  			goto x;
  		}
  		if (ev->x == KBD_CLOSE){
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/links2-reallyquit.patch?r1=1.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list