From 0d0ae37e508788ea52e2e2cf477877ee58fa79dd Mon Sep 17 00:00:00 2001 From: michal Date: Wed, 28 Aug 2002 08:05:23 +0000 Subject: Int vs Long cleanup #3 (ruby-core:352) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2754 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- sprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sprintf.c') diff --git a/sprintf.c b/sprintf.c index 858fa348b5..e60db6f269 100644 --- a/sprintf.c +++ b/sprintf.c @@ -26,7 +26,7 @@ remove_sign_bits(str, base) int base; { char *s, *t, *end; - int len; + unsigned long len; s = t = str; len = strlen(str); -- cgit v1.2.3