emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/unexec.c,v [EMACS_22_BASE]


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/unexec.c,v [EMACS_22_BASE]
Date: Tue, 05 Feb 2008 02:49:26 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Juanma Barranquero <lektu>      08/02/05 02:49:26

Index: unexec.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/unexec.c,v
retrieving revision 1.42.2.2
retrieving revision 1.42.2.3
diff -u -b -r1.42.2.2 -r1.42.2.3
--- unexec.c    8 Jan 2008 04:29:48 -0000       1.42.2.2
+++ unexec.c    5 Feb 2008 02:49:26 -0000       1.42.2.3
@@ -693,7 +693,7 @@
        }
       if (coffheader.f_magic != COFF_MAGIC)
        {
-         ERROR1("%s doesn't have legal coff magic number\n", a_name);
+         ERROR1("%s doesn't have valid coff magic number\n", a_name);
        }
 #endif
       if (read (a_out, &ohdr, sizeof hdr) != sizeof hdr)




reply via email to

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