Merge branch 'master' of github.com:r0ket/r0ket

This commit is contained in:
schneider 2011-07-17 10:54:18 +02:00
commit 0c3045ebb4
1 changed files with 2 additions and 0 deletions

View File

@ -192,6 +192,8 @@ int DoInt(int sx, int sy, int num){
*o='-';
if(neg==2)
*o='0';
if(neg==0)
o++;
return DoString(sx,sy,o);
#undef mxlen
};