Skip to content

Commit c3b523c

Browse files
Fixing a missed reference to renamed file.
1 parent 242ee10 commit c3b523c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Security/CWE/CWE-253/HResultBooleanConversion.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<example>
1717
<p>In the following example, <code>HRESULT</code> is used in a test expression incorrectly as it may yield an incorrect result.</p>
18-
<sample src="IncorrectTypeConversion.cpp" />
18+
<sample src="HResultBooleanConversion.cpp" />
1919

2020
<p>To fix this issue, use the <code>FAILED</code> macro in the test expression.</p>
2121
</example>

0 commit comments

Comments
 (0)