emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/unexelf.c
Date: Sun, 25 Nov 2001 20:22:12 -0500

Index: emacs/src/unexelf.c
diff -u emacs/src/unexelf.c:1.43 emacs/src/unexelf.c:1.44
--- emacs/src/unexelf.c:1.43    Mon Nov 19 10:13:45 2001
+++ emacs/src/unexelf.c Sun Nov 25 20:18:25 2001
@@ -1016,7 +1016,7 @@
                      ".sdata1")
          || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
                      ".data1")
-         || !strcmp (old_section_names + NEW_SECTION_H (nn).sh_name,
+         || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
                      ".sbss"))
        src = (caddr_t) OLD_SECTION_H (n).sh_addr;
       else



reply via email to

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