Merge pull request #6828 from zbazztian/adjust-jsp-locations

Adjust locations of results in JSP files
This commit is contained in:
Anders Schack-Mulligen
2021-10-15 08:28:11 +02:00
committed by GitHub

View File

@@ -52,6 +52,6 @@ predicate hasSmapLocationInfo(
smap(inputFile, isl, outputFile, osl) and
smap(inputFile, iel - 1, outputFile, oel) and
isc = 1 and
iec = 0
iec = 1
)
}