From ea6e730c560065ff8436d93087af47f093ee5e11 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 20 Jan 2013 09:45:53 -0800 Subject: [PATCH] * src/doprnt.c: Fix comment. --- src/doprnt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5