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