emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/fileio.c


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/fileio.c
Date: Thu, 11 May 2006 04:13:05 +0000

Index: emacs/src/fileio.c
diff -u emacs/src/fileio.c:1.564 emacs/src/fileio.c:1.565
--- emacs/src/fileio.c:1.564    Mon May  8 05:20:16 2006
+++ emacs/src/fileio.c  Thu May 11 04:13:05 2006
@@ -4325,11 +4325,8 @@
        {
          xfree (conversion_buffer);
          coding_free_composition_data (&coding);
-         if (how_much == -1)
-           error ("IO error reading %s: %s",
-                  SDATA (orig_filename), emacs_strerror (errno));
-         else if (how_much == -2)
-           error ("maximum buffer size exceeded");
+         error ("IO error reading %s: %s",
+                SDATA (orig_filename), emacs_strerror (errno));
        }
 
       /* Compare the beginning of the converted file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]