From c39b5239313223b73930491f3eb67b04f407f2eb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Thu, 10 Aug 2000 21:29:04 +0200
Subject: [PATCH] Fixed a few warnings.

Rev: src/modules/sprintf/sprintf.c:1.71
---
 src/modules/sprintf/sprintf.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/sprintf/sprintf.c b/src/modules/sprintf/sprintf.c
index c8c317078b..1af3deeb82 100644
--- a/src/modules/sprintf/sprintf.c
+++ b/src/modules/sprintf/sprintf.c
@@ -103,7 +103,7 @@
 */
 
 #include "global.h"
-RCSID("$Id: sprintf.c,v 1.70 2000/08/10 08:29:40 grubba Exp $");
+RCSID("$Id: sprintf.c,v 1.71 2000/08/10 19:29:04 grubba Exp $");
 #include "error.h"
 #include "array.h"
 #include "svalue.h"
@@ -759,7 +759,7 @@ INLINE static int do_one(struct format_stack *fs,
 	      if (fs->fsp->width!=SPRINTF_UNDECIDED)			      \
 	      {								      \
 		 push_constant_text("width");	           		      \
-		 push_int(fs->fsp->width);				      \
+		 push_int64(fs->fsp->width);				      \
                  n+=2;							      \
 	      }								      \
 	      if ((fs->fsp->flags&FIELD_LEFT))				      \
-- 
GitLab