Skip to content

Commit 566b1a9

Browse files
committed
Merge remote-tracking branch 'origin/master' into 64bithash
2 parents 54b3937 + 81aebf7 commit 566b1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xdelta3/testing/file.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ class ExtFile {
316316
pid_t pid = getpid();
317317
char buf[64];
318318
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++);
320320
filename_.append(buf);
321321
unlink(filename_.c_str());
322322
}

0 commit comments

Comments
 (0)