emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r111570: * src/doprnt.c: Fix comment.


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111570: * src/doprnt.c: Fix comment.
Date: Sun, 20 Jan 2013 09:45:53 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111570
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sun 2013-01-20 09:45:53 -0800
message:
  * src/doprnt.c: Fix comment.
modified:
  src/doprnt.c
=== modified file 'src/doprnt.c'
--- a/src/doprnt.c      2013-01-02 16:13:04 +0000
+++ b/src/doprnt.c      2013-01-20 17:45:53 +0000
@@ -38,7 +38,7 @@
      could include embedded null characters.
 
    . It signals an error if the length of the formatted string is about to
-     overflow MOST_POSITIVE_FIXNUM, to avoid producing strings longer than what
+     overflow ptrdiff_t or size_t, to avoid producing strings longer than what
      Emacs can handle.
 
    OTOH, this function supports only a small subset of the standard C formatted


reply via email to

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