There are several cases of calls to the substr function in awk expressions in webrev, that assume 0 is the first position in the string.
According to awk syntax, strings are 1-indexed. However, several awk implementations treat the incorrect 0 as an 1. Not so for mawk, which is the default awk implementation on Ubuntu.
According to awk syntax, strings are 1-indexed. However, several awk implementations treat the incorrect 0 as an 1. Not so for mawk, which is the default awk implementation on Ubuntu.
- duplicates
-
CODETOOLS-7901088 webrev -f does not work on nawk
-
- Resolved
-