% bug in postprocess script

This commit is contained in:
Vovanium 2021-11-08 22:33:11 +03:00
parent 95717fd1f9
commit 0390f213a5
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ function replace (s, A, n, r) {
if (match ($0, "^\\s*([A-Za-z0-9_]+ *)at", A)) {
$0 = replace($0, A, 1, A[1] substr (" ", A[1, "length"]))
}
if (match ($0, " range ([0-9]+) \\.\\. ([0-9]+)", A)) {
if (match ($0, "at [0-9]+ range ([0-9]+) \\.\\. ([0-9]+);", A)) {
$0 = replace($0, A, 2, substr (" ", A[2, "length"]) A[2])
$0 = replace($0, A, 1, substr (" ", A[1, "length"]) A[1])
}