Changed sprintf calls to snprintf calls and fixed compiler warnings.

This commit is contained in:
Markus Makela
2015-08-18 10:50:48 +03:00
parent 501ea8ffc2
commit 98ab399e6e
9 changed files with 75 additions and 26 deletions

View File

@ -37,7 +37,7 @@
* test1 Allocate table of users and mess around with it
*
*/
void skygw_log_sync_all(void);
static int
test1()
{