Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 21eb00a

Browse files
committed
[CPP-370] Minor fix to QHELP file.
1 parent 8cd3cb5 commit 21eb00a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/src/Likely Bugs/Format/NonConstantFormat.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<qhelp>
55
<overview>
66
<p>The <code>printf</code> function, related functions like <code>sprintf</code> and <code>fprintf</code>,
7-
and other functions built atop <code>vprintf</code> all accept a format string as their first argument.
7+
and other functions built atop <code>vprintf</code> all accept a format string as one of their arguments.
88
When such format strings are literal constants, it is easy for the programmer (and static analysis tools)
99
to verify that the format specifiers (such as <code>%s</code> and <code>%02x</code>) in the format string
1010
are compatible with the trailing arguments of the function call. When such format strings are not literal

0 commit comments

Comments
 (0)