Actions
Bug #6025
closedUsage of format with signed values
Start date:
06/03/2015
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
x: int(5) x = 0x10 format("%d", x)
Current output:
16
Expected output:
-16
Actions