summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xdelta3/testing/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xdelta3/testing/file.h b/xdelta3/testing/file.h
index 05e6441..2188f7a 100644
--- a/xdelta3/testing/file.h
+++ b/xdelta3/testing/file.h
@@ -316,7 +316,7 @@ public:
316 pid_t pid = getpid(); 316 pid_t pid = getpid();
317 char buf[64]; 317 char buf[64];
318 xoff_t xpid = pid; 318 xoff_t xpid = pid;
319 snprintf(buf, 64, "/tmp/regtest.%"Q"u.%d", xpid, static_counter++); 319 snprintf(buf, 64, "/tmp/regtest.%" Q "u.%d", xpid, static_counter++);
320 filename_.append(buf); 320 filename_.append(buf);
321 unlink(filename_.c_str()); 321 unlink(filename_.c_str());
322 } 322 }