fixed test/cfg/posix.c code

This commit is contained in:
Daniel Marjamäki 2015-03-14 19:40:13 +01:00
parent fd6bd97972
commit 0efa113b6e
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ void uninitvar(int fd) {
// cppcheck-suppress uninitvar
// cppcheck-suppress unreadVariable
char *buffer = ecvt(d, 11, &decimal, &sign);
gcvt(3.141, 2, NULL);
gcvt(3.141, 2, buf);
char *filename;
struct utimbuf *times;