to3dig did not give a return value
This commit is contained in:
parent
669458b997
commit
4e4e9935b7
@ -262,4 +262,5 @@ to3dig(i)
|
||||
*s++ = (i % 100) / 10 + '0';
|
||||
*s++ = (i % 10) + '0';
|
||||
*s = '\0';
|
||||
return buf;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user