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

winnie at alioth.debian.org winnie at alioth.debian.org
Wed Feb 27 19:11:29 UTC 2008


Author: winnie
Date: 2008-02-27 19:11:29 +0000 (Wed, 27 Feb 2008)
New Revision: 111

Modified:
   branch/new-utf8/debian/patches/35_fix_whitespace_via_fish.patch
Log:
something was wrong


Modified: branch/new-utf8/debian/patches/35_fix_whitespace_via_fish.patch
===================================================================
--- branch/new-utf8/debian/patches/35_fix_whitespace_via_fish.patch	2008-02-27 18:38:35 UTC (rev 110)
+++ branch/new-utf8/debian/patches/35_fix_whitespace_via_fish.patch	2008-02-27 19:11:29 UTC (rev 111)
@@ -1,6 +1,6 @@
 diff -Nurwd mc-4.6.2~pre1.orig/vfs/fish.c mc-4.6.2~pre1/vfs/fish.c
---- mc-4.6.2~pre1.orig/vfs/fish.c	2008-02-27 19:35:51.000000000 +0100
-+++ mc-4.6.2~pre1/vfs/fish.c	2008-02-27 19:35:05.000000000 +0100
+--- mc-4.6.2~pre1.orig/vfs/fish.c	2008-02-27 20:08:15.000000000 +0100
++++ mc-4.6.2~pre1/vfs/fish.c	2008-02-27 20:07:51.000000000 +0100
 @@ -364,15 +364,15 @@
      dir->timestamp.tv_sec += fish_directory_timeout;
      quoted_path = name_quote (remote_path, 0);
@@ -15,7 +15,7 @@
  	      "done\n"
  	    ")\n"
 -	    "ls -lan /%s 2>/dev/null | grep '^[cb]' | (\n"
-+	    "ls -Qlan /%s 2>/dev/null | grep '^[cb]' | (\n"
++	    "ls -Qlan \"/%s\" 2>/dev/null | grep '^[cb]' | (\n"
  	      "while read p l u g a i m d y n; do\n"
 -	        "echo \"P$p $u.$g\nE$a$i\nd$m $d $y\n:$n\n\"\n"
 +	        "echo \"P$p $u.$g\nE$a$i\nd$m $d $y\n:$n\n\" | sed 's#\\\"##g' \n"
@@ -30,7 +30,7 @@
 +	name = unescape_string(name);
      print_vfs_message(_("fish: store %s: sending command..."), name );
 -    quoted_name = name_quote (name, 0);
-+    quoted_name = unescape_string(name_quote (name, 0));
++    quoted_name = unescape_string (name_quote (name, 0));
  
      /* FIXME: File size is limited to ULONG_MAX */
      if (!fh->u.fish.append)




More information about the Pkg-mc-commits mailing list