Skip to content

Commit 0b82289

Browse files
authored
Merge pull request github#6828 from zbazztian/adjust-jsp-locations
Adjust locations of results in JSP files
2 parents eb0a88d + f651bc3 commit 0b82289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/SMAP.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ predicate hasSmapLocationInfo(
5252
smap(inputFile, isl, outputFile, osl) and
5353
smap(inputFile, iel - 1, outputFile, oel) and
5454
isc = 1 and
55-
iec = 0
55+
iec = 1
5656
)
5757
}

0 commit comments

Comments
 (0)