Patch RPS12 detection

This commit is contained in:
Eric Coissac
2025-05-25 10:31:30 +02:00
parent c5b92799b1
commit 9205fd1ed1
4 changed files with 16 additions and 5 deletions

View File

@ -34,6 +34,7 @@ function convert(p1,p2) {
r = $0
while (length(s) > 0) {
match(s,/[0-9]+\.\.[0-9]+/)
if (RLENGTH+0 < 0) break
range = substr(s,RSTART,RLENGTH)
s = substr(s,RSTART+RLENGTH+1)
match(range,/^[0-9]+/)