mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
parser: remove ++/-- exception for some modules (#9895)
This commit is contained in:
@ -114,7 +114,8 @@ pub fn (d Dec32) get_string_32(neg bool, i_n_digit int, i_pad_digit int) string
|
||||
}
|
||||
|
||||
for fw_zeros > 0 {
|
||||
buf[i++] = `0`
|
||||
buf[i] = `0`
|
||||
i++
|
||||
fw_zeros--
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user