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

winnie at alioth.debian.org winnie at alioth.debian.org
Wed Feb 27 12:07:55 UTC 2008


Author: winnie
Date: 2008-02-27 12:07:54 +0000 (Wed, 27 Feb 2008)
New Revision: 84

Modified:
   branch/new-utf8/debian/patches/33_escaping.patch
   trunk/debian/patches/61_escaping.patch
Log:
Some other char to escape... rediffed for utf8-new


Modified: branch/new-utf8/debian/patches/33_escaping.patch
===================================================================
--- branch/new-utf8/debian/patches/33_escaping.patch	2008-02-27 12:02:58 UTC (rev 83)
+++ branch/new-utf8/debian/patches/33_escaping.patch	2008-02-27 12:07:54 UTC (rev 84)
@@ -20,7 +20,7 @@
 +			j = j + 20;
 +			local = g_realloc(local,j);
 +		}
-+		if ( (strchr(" \t*|;<>",in[i])) && ( strchr("\\",in[i-1])) ) {
++		if ( (strchr(" \t*|;<>~",in[i])) && ( strchr("\\",in[i-1])) ) {
 +			k++;
 +			local[i-k] = in[i];
 +		} else {
@@ -64,7 +64,7 @@
 +			j = j + 20;
 +			local = g_realloc(local,j);
 +		}
-+		if ( (strchr(" \t*|;<>",in[i])) && (! strchr("\\",in[i-1])) ) {
++		if ( (strchr(" \t*|;<>~",in[i])) && (! strchr("\\",in[i-1])) ) {
 +			local[i+k] = 92; // Ascii for "\"
 + 			k = k+1;
 +			local[i+k] = in[i];

Modified: trunk/debian/patches/61_escaping.patch
===================================================================
--- trunk/debian/patches/61_escaping.patch	2008-02-27 12:02:58 UTC (rev 83)
+++ trunk/debian/patches/61_escaping.patch	2008-02-27 12:07:54 UTC (rev 84)
@@ -19,7 +19,7 @@
 +			j = j + 20;
 +			local = g_realloc(local,j);
 +		}
-+		if ( (strchr(" \t*|;<>",in[i])) && (! strchr("\\",in[i-1])) ) {
++		if ( (strchr(" \t*|;<>~",in[i])) && (! strchr("\\",in[i-1])) ) {
 +			local[i+k] = 92; // Ascii for "\"
 +			k = k+1;
 +			local[i+k] = in[i];
@@ -87,7 +87,7 @@
 +			j = j + 20;
 +			local = g_realloc(local,j);
 +		}
-+		if ( (strchr(" \t*|;<>",in[i])) && ( strchr("\\",in[i-1])) ) {
++		if ( (strchr(" \t*|;<>~",in[i])) && ( strchr("\\",in[i-1])) ) {
 +			k++;
 +			local[i-k] = in[i];
 +		} else {




More information about the Pkg-mc-commits mailing list