From 81aebf78ae67c29f528088d65743643e5355e3d3 Mon Sep 17 00:00:00 2001 From: Josh MacDonald Date: Thu, 7 Jan 2016 22:48:42 -0800 Subject: Again --- xdelta3/testing/file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xdelta3') diff --git a/xdelta3/testing/file.h b/xdelta3/testing/file.h index 19b4688..55b0eb8 100644 --- a/xdelta3/testing/file.h +++ b/xdelta3/testing/file.h @@ -314,7 +314,7 @@ public: pid_t pid = getpid(); char buf[64]; xoff_t xpid = pid; - snprintf(buf, 64, "/tmp/regtest.%"Q"u.%d", xpid, static_counter++); + snprintf(buf, 64, "/tmp/regtest.%" Q "u.%d", xpid, static_counter++); filename_.append(buf); unlink(filename_.c_str()); } -- cgit v1.2.3