[Pkg-mc-commits] r91 - trunk/debian/patches

winnie at alioth.debian.org winnie at alioth.debian.org
Wed Feb 27 16:05:01 UTC 2008


Author: winnie
Date: 2008-02-27 16:05:00 +0000 (Wed, 27 Feb 2008)
New Revision: 91

Modified:
   trunk/debian/patches/61_escaping.patch
Log:
Modify patch


Modified: trunk/debian/patches/61_escaping.patch
===================================================================
--- trunk/debian/patches/61_escaping.patch	2008-02-27 16:00:48 UTC (rev 90)
+++ trunk/debian/patches/61_escaping.patch	2008-02-27 16:05:00 UTC (rev 91)
@@ -1,10 +1,6 @@
-Index: util.c
-===================================================================
-RCS file: /cvsroot/mc/mc/src/util.c,v
-retrieving revision 1.141
 diff -u -w -r1.141 util.c
---- util.c	25 Sep 2007 15:33:37 -0000	1.141
-+++ util.c	27 Feb 2008 15:38:13 -0000
+--- ./src/util.c	25 Sep 2007 15:33:37 -0000	1.141
++++ ./src/util.c	27 Feb 2008 15:38:13 -0000
 @@ -1525,3 +1525,58 @@
      return (sep != NULL) ? sep + 1 : result;
  }
@@ -64,13 +60,9 @@
 +
 +	return local;
 +}
-Index: util.h
-===================================================================
-RCS file: /cvsroot/mc/mc/src/util.h,v
-retrieving revision 1.78
 diff -u -w -r1.78 util.h
---- util.h	3 Feb 2006 17:04:17 -0000	1.78
-+++ util.h	27 Feb 2008 15:38:13 -0000
+--- ./src/util.h	3 Feb 2006 17:04:17 -0000	1.78
++++ ./src/util.h	27 Feb 2008 15:38:13 -0000
 @@ -14,6 +14,8 @@
  extern const char *cstrcasestr (const char *haystack, const char *needle);
  extern const char *cstrstr (const char *haystack, const char *needle);
@@ -80,13 +72,9 @@
  void str_replace(char *s, char from, char to);
  int  is_printable (int c);
  void msglen (const char *text, /*@out@*/ int *lines, /*@out@*/ int *columns);
-Index: file.c
-===================================================================
-RCS file: /cvsroot/mc/mc/src/file.c,v
-retrieving revision 1.151
 diff -u -w -r1.151 file.c
---- file.c	25 Sep 2007 15:33:36 -0000	1.151
-+++ file.c	27 Feb 2008 15:38:14 -0000
+--- ./src/file.c	25 Sep 2007 15:33:36 -0000	1.151
++++ ./src/file.c	27 Feb 2008 15:38:14 -0000
 @@ -63,6 +63,7 @@
  #include "widget.h"
  #include "wtools.h"
@@ -123,13 +111,9 @@
      if (file_progress_show_source (ctx, src_path) == FILE_ABORT ||
  	file_progress_show_target (ctx, dst_path) == FILE_ABORT)
  	return FILE_ABORT;
-Index: complete.c
-===================================================================
-RCS file: /cvsroot/mc/mc/src/complete.c,v
-retrieving revision 1.61
 diff -u -w -r1.61 complete.c
---- complete.c	25 Sep 2007 15:33:36 -0000	1.61
-+++ complete.c	27 Feb 2008 15:38:14 -0000
+--- ./src/complete.c	25 Sep 2007 15:33:36 -0000	1.61
++++ ./src/complete.c	27 Feb 2008 15:38:14 -0000
 @@ -40,6 +40,7 @@
  #include "wtools.h"
  #include "complete.h"
@@ -169,13 +153,9 @@
      	    start_x = in->widget.x;
      	    start_y = in->widget.y;
      	    if (start_y - 2 >= count) {
-Index: command.c
-===================================================================
-RCS file: /cvsroot/mc/mc/src/command.c,v
-retrieving revision 1.34
 diff -u -w -r1.34 command.c
---- command.c	26 Sep 2007 10:22:25 -0000	1.34
-+++ command.c	27 Feb 2008 15:38:15 -0000
+--- ./src/command.c	26 Sep 2007 10:22:25 -0000	1.34
++++ ./src/command.c	27 Feb 2008 15:38:15 -0000
 @@ -64,6 +64,7 @@
      const char *t;
  




More information about the Pkg-mc-commits mailing list