tag 514454 patch
thanks

Hello again.

The issue can be fixed in such way:

=======================

--- /usr/bin/atool.orig 2009-02-07 23:24:27.408401072 +0500
+++ /usr/bin/atool      2009-02-07 23:24:57.848643059 +0500
@@ -1630,8 +1630,6 @@
       $out .= "\\\\";
     } elsif ($ch eq "'") {
       $out .= "\\'";
-    } elsif (!POSIX::isprint($ch)) {
-      $out .= sprintf('\\%03o', ord($ch));
     } else {
       $out .= $ch;
     }

=======================

Tested by packing and unpacking some archives, noticed no harmful
side-effects from removing that line.

-- 
With respect,
Roman



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to