On Sun, Apr 09, 2006 at 11:39:08PM +0200, Nicolas François wrote:
[...]
> Maybe quote_filename should also be fixed in order to report the
> failure. Currently, it returns '�ας.odt', which is the remaining of the
> input filename (with a broken UTF char).
[...]

Which is actually a hint where the REAL problem is :)
The following patch fixes it:
--- src/archives.c      (Revision 235)
+++ src/archives.c      (Arbeitskopie)
@@ -105,7 +105,7 @@
                                } else {
                                        /* buffer full */
                                        *buf = '\0'; /* XXX */
-                                       return s;
+                                       return r;
                                }
                        }
                }

Thanks for pointing it out.

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/


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

Reply via email to