tests: Fix format specifiers

This commit is contained in:
Rikard Falkeborn 2018-05-06 21:20:32 +02:00 committed by Daniel Stenberg
parent eb49683e55
commit df3647c9c8
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
8 changed files with 13 additions and 13 deletions

View file

@ -37,7 +37,7 @@
/* include memdebug.h last */
#include "memdebug.h"
#define LOGFILE "log/fake_ntlm%d.log"
#define LOGFILE "log/fake_ntlm%ld.log"
const char *serverlogfile;