Skip to content

Commit 779fd75

Browse files
bdrodesgeoffw0
andauthored
Update cpp/ql/src/Likely Bugs/Leap Year/UncheckedLeapYearAfterYearModification.ql
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
1 parent 1072d6a commit 779fd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Likely Bugs/Leap Year/UncheckedLeapYearAfterYearModification.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ predicate isLikelyConversionConstant(int c) {
143143
36524, // days in 100-year Gregorian subcycle
144144
1461, // days in 4-year cycle (incl. 1 leap)
145145
32044, // Fliegel-van Flandern JDN epoch shift
146-
1721425, // JDN of 0001‑01‑01 (Gregorian)
146+
1721425, // JDN of 0001-01-01 (Gregorian)
147147
1721119, // alt epoch offset
148148
2400000, // MJD -> JDN conversion
149149
2400001, // alt MJD -> JDN conversion

0 commit comments

Comments
 (0)