mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
C++: add missing close-paragraph tag to qhelp
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<p>This rule finds calls to functions that are dangerous to
|
||||
use. Currently, it checks for calls
|
||||
to <code>gmtime</code>, <code>localtime</code>,
|
||||
<code>ctime</code> and <code>asctime</code>.
|
||||
<code>ctime</code> and <code>asctime</code>.</p>
|
||||
|
||||
<p>The time related functions such as <code>gmtime</code>
|
||||
fill data into a <code>tm</code> struct or <code>char</code> array in
|
||||
|
||||
Reference in New Issue
Block a user