summaryrefslogtreecommitdiff
path: root/sprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sprintf.c')
-rw-r--r--sprintf.c2
1 files changed, 1 insertions, 1 deletions
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);