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:
@@ -130,7 +130,8 @@ fn (d Dec64) get_string_64(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