emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lib-src/movemail.c
Date: Sat, 29 Apr 2006 18:55:14 +0000

Index: emacs/lib-src/movemail.c
diff -u emacs/lib-src/movemail.c:1.85 emacs/lib-src/movemail.c:1.86
--- emacs/lib-src/movemail.c:1.85       Mon Feb  6 11:28:28 2006
+++ emacs/lib-src/movemail.c    Sat Apr 29 18:55:14 2006
@@ -466,6 +466,8 @@
        while (1)
          {
            nread = read (indesc, buf, sizeof buf);
+           if (nread < 0)
+             pfatal_with_name (inname);
            if (nread != write (outdesc, buf, nread))
              {
                int saved_errno = errno;




reply via email to

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