optimzed 2 lines codes.
This commit is contained in:
parent
ab0292d27e
commit
a1d1f6721c
@ -2211,7 +2211,9 @@ namespace hgl
|
||||
else
|
||||
*bp++=m-10+A;
|
||||
|
||||
if ((value = value / base) == 0)
|
||||
value/=base;
|
||||
|
||||
if(!value)
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user