1
0

Fix FORMAT$ %S

This commit is contained in:
otya128
2016-12-24 17:52:14 +09:00
parent 6d08094f5a
commit be2127ea89

View File

@@ -1849,7 +1849,7 @@ class BuiltinFunction
{
case 'S', 's':
{
auto val = args[j].castString;
auto val = args[j].castDString;
spec.width = d1;
spec.flDash = left;
spec.flZero = zero;