std.cfg: Added missing <formatstr/> configuration to vswprintf().
This commit is contained in:
parent
d7063806d1
commit
80297acad0
|
@ -6043,6 +6043,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
|
||||||
<arg nr="3" direction="in">
|
<arg nr="3" direction="in">
|
||||||
<not-null/>
|
<not-null/>
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
|
<formatstr/>
|
||||||
</arg>
|
</arg>
|
||||||
<arg nr="4"/>
|
<arg nr="4"/>
|
||||||
</function>
|
</function>
|
||||||
|
|
Loading…
Reference in New Issue