changeset 18605:0567c4086813

(Fformat): Add second argument in call to Ftruncate.
author Richard M. Stallman <rms@gnu.org>
date Fri, 04 Jul 1997 18:41:53 +0000
parents 9f1bc5e1e4a8
children bd6a9aa88797
files src/editfns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/editfns.c	Fri Jul 04 18:38:36 1997 +0000
+++ b/src/editfns.c	Fri Jul 04 18:41:53 1997 +0000
@@ -2224,7 +2224,7 @@
 	else if (FLOATP (args[n]) && *format != 's')
 	  {
 	    if (! (*format == 'e' || *format == 'f' || *format == 'g'))
-	      args[n] = Ftruncate (args[n]);
+	      args[n] = Ftruncate (args[n], Qnil);
 	    total += 30;
 	    /* We have to put an arbitrary limit on minlen
 	       since otherwise it could make alloca fail.  */