emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r111839: * src/sheap.c (report_sheap_


From: Ken Brown
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111839: * src/sheap.c (report_sheap_usage): Fix arguments of message1_no_log.
Date: Wed, 20 Feb 2013 21:35:33 -0500
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111839
committer: Ken Brown <address@hidden>
branch nick: trunk
timestamp: Wed 2013-02-20 21:35:33 -0500
message:
  * src/sheap.c (report_sheap_usage): Fix arguments of message1_no_log.
modified:
  src/ChangeLog
  src/sheap.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-02-20 21:02:37 +0000
+++ b/src/ChangeLog     2013-02-21 02:35:33 +0000
@@ -1,3 +1,7 @@
+2013-02-21  Ken Brown  <address@hidden>
+
+       * sheap.c (report_sheap_usage): Fix arguments of message1_no_log.
+
 2013-02-20  Stefan Monnier  <address@hidden>
 
        * sheap.c (report_sheap_usage): Prefer message1_nolog.

=== modified file 'src/sheap.c'
--- a/src/sheap.c       2013-02-20 21:02:37 +0000
+++ b/src/sheap.c       2013-02-21 02:35:33 +0000
@@ -93,5 +93,5 @@
           bss_sbrk_ptr - bss_sbrk_buffer, STATIC_HEAP_SIZE);
   /* Don't log messages, cause at this point, we're not allowed to create
      buffers.  */
-  message1_nolog ("%s", buf);
+  message1_nolog (buf);
 }


reply via email to

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