From 1043161de555de0a83ab659543761985202abf92 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Sun, 21 Oct 2018 16:21:43 -0700 Subject: [PATCH] formatting --- QnetLink.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QnetLink.cpp b/QnetLink.cpp index 994b49f..0137a5a 100644 --- a/QnetLink.cpp +++ b/QnetLink.cpp @@ -3611,7 +3611,7 @@ bool CQnetLink::Init(const char *cfgfile) speak.push_back(1000U * of + sz); } } - printf("read %ld indicies from %s\n", speak.size(), index.c_str()); + printf("read %d indicies from %s\n", (unsigned int)speak.size(), index.c_str()); indexfile.close(); } return false;