From: Paul Eggert Date: Sun, 20 Jan 2013 17:45:53 +0000 (-0800) Subject: * src/doprnt.c: Fix comment. X-Git-Tag: emacs-24.3.90~173^2~7^2~252 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ea6e730c560065ff8436d93087af47f093ee5e11;p=emacs.git * src/doprnt.c: Fix comment. --- diff --git a/src/doprnt.c b/src/doprnt.c index b8e1b547268..471e35c7b43 100644 --- a/src/doprnt.c +++ b/src/doprnt.c @@ -38,7 +38,7 @@ along with GNU Emacs. If not, see . */ 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