[Pkg-mc-commits] r114 - branch/new-utf8/debian/patches

winnie at alioth.debian.org winnie at alioth.debian.org
Wed Feb 27 19:37:45 UTC 2008


Author: winnie
Date: 2008-02-27 19:37:45 +0000 (Wed, 27 Feb 2008)
New Revision: 114

Modified:
   branch/new-utf8/debian/patches/33_escaping.patch
Log:
mh.. doesn't work without new utf8


Modified: branch/new-utf8/debian/patches/33_escaping.patch
===================================================================
--- branch/new-utf8/debian/patches/33_escaping.patch	2008-02-27 19:21:25 UTC (rev 113)
+++ branch/new-utf8/debian/patches/33_escaping.patch	2008-02-27 19:37:45 UTC (rev 114)
@@ -1,6 +1,6 @@
 diff -Nurwd mc-4.6.2~pre1.orig/src/command.c mc-4.6.2~pre1/src/command.c
---- mc-4.6.2~pre1.orig/src/command.c	2008-02-27 17:43:58.000000000 +0100
-+++ mc-4.6.2~pre1/src/command.c	2008-02-27 17:44:19.000000000 +0100
+--- mc-4.6.2~pre1.orig/src/command.c	2008-02-27 20:30:40.000000000 +0100
++++ mc-4.6.2~pre1/src/command.c	2008-02-27 20:31:01.000000000 +0100
 @@ -63,6 +63,7 @@
      const char *t;
  
@@ -10,8 +10,8 @@
  
      /* Leave space for further expansion */
 diff -Nurwd mc-4.6.2~pre1.orig/src/complete.c mc-4.6.2~pre1/src/complete.c
---- mc-4.6.2~pre1.orig/src/complete.c	2008-02-27 17:48:01.000000000 +0100
-+++ mc-4.6.2~pre1/src/complete.c	2008-02-27 17:46:43.000000000 +0100
+--- mc-4.6.2~pre1.orig/src/complete.c	2008-02-27 20:34:36.000000000 +0100
++++ mc-4.6.2~pre1/src/complete.c	2008-02-27 20:33:38.000000000 +0100
 @@ -39,6 +39,7 @@
  #include "wtools.h"
  #include "complete.h"
@@ -44,7 +44,7 @@
      	    
 -    	    for (p=in->completions + 1; *p; count++, p++)
 +    	    for (p=in->completions + 1; *p; count++, p++) {
-+                *p = escape_string(*p); 
++                *p = escape_string(*p);
      	    	if ((i = str_term_width1 (*p)) > maxlen)
      	    	    maxlen = i;
 +            }
@@ -52,8 +52,8 @@
      	    start_y = in->widget.y;
      	    if (start_y - 2 >= count) {
 diff -Nurwd mc-4.6.2~pre1.orig/src/file.c mc-4.6.2~pre1/src/file.c
---- mc-4.6.2~pre1.orig/src/file.c	2008-02-27 17:48:01.000000000 +0100
-+++ mc-4.6.2~pre1/src/file.c	2008-02-27 17:44:55.000000000 +0100
+--- mc-4.6.2~pre1.orig/src/file.c	2008-02-27 20:34:36.000000000 +0100
++++ mc-4.6.2~pre1/src/file.c	2008-02-27 20:31:28.000000000 +0100
 @@ -63,6 +63,7 @@
  #include "wtools.h"
  #include "background.h"		/* we_are_background */
@@ -91,8 +91,8 @@
  	file_progress_show_target (ctx, dst_path) == FILE_ABORT)
  	return FILE_ABORT;
 diff -Nurwd mc-4.6.2~pre1.orig/src/util.c mc-4.6.2~pre1/src/util.c
---- mc-4.6.2~pre1.orig/src/util.c	2008-02-27 17:48:01.000000000 +0100
-+++ mc-4.6.2~pre1/src/util.c	2008-02-27 17:44:19.000000000 +0100
+--- mc-4.6.2~pre1.orig/src/util.c	2008-02-27 20:34:36.000000000 +0100
++++ mc-4.6.2~pre1/src/util.c	2008-02-27 20:31:01.000000000 +0100
 @@ -1500,3 +1500,58 @@
      return (sep != NULL) ? sep + 1 : result;
  }
@@ -153,8 +153,8 @@
 +	return local;
 +}
 diff -Nurwd mc-4.6.2~pre1.orig/src/util.h mc-4.6.2~pre1/src/util.h
---- mc-4.6.2~pre1.orig/src/util.h	2008-02-27 17:48:00.000000000 +0100
-+++ mc-4.6.2~pre1/src/util.h	2008-02-27 17:44:19.000000000 +0100
+--- mc-4.6.2~pre1.orig/src/util.h	2008-02-27 20:34:36.000000000 +0100
++++ mc-4.6.2~pre1/src/util.h	2008-02-27 20:31:01.000000000 +0100
 @@ -14,6 +14,8 @@
  extern const char *cstrcasestr (const char *haystack, const char *needle);
  extern const char *cstrstr (const char *haystack, const char *needle);




More information about the Pkg-mc-commits mailing list