Skip to content

Commit 81aebf7

Browse files
committed
Again
1 parent 2a30911 commit 81aebf7

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
@@ -314,7 +314,7 @@ class ExtFile {
314314
pid_t pid = getpid();
315315
char buf[64];
316316
xoff_t xpid = pid;
317-
snprintf(buf, 64, "/tmp/regtest.%"Q"u.%d", xpid, static_counter++);
317+
snprintf(buf, 64, "/tmp/regtest.%" Q "u.%d", xpid, static_counter++);
318318
filename_.append(buf);
319319
unlink(filename_.c_str());
320320
}

0 commit comments

Comments
 (0)