Peter Howkins 20c107bce2 dtcalc: Resolve "format not a string literal and no format arguments [-Wformat-security]" warnings.
Fix warnings related to secruity concerns on varargs functions. By specifying
"%s" on single string calls to sprintf() (and related) it's not possible to
have a % in the input string causing random data to be read off the stack.
2012-08-22 11:28:36 +01:00
Description
No description provided
76 MiB
Languages
C 80.1%
omnetpp-msg 8.9%
C++ 3.8%
Shell 2%
Roff 1.6%
Other 3.2%