Missing format specified added.

This commit is contained in:
Johan Wikman
2015-11-03 13:44:34 +02:00
parent 2d0a96848c
commit 2594c83117

View File

@ -1637,7 +1637,7 @@ char err_msg[STRERROR_BUFLEN];
snprintf(filename,(PATH_MAX - 4), "%s/master.ini", path);
snprintf(tmp_file, (PATH_MAX -4), filename);
snprintf(tmp_file, (PATH_MAX - 4), "%s", filename);
strcat(tmp_file, ".tmp");