Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacd committed Jan 8, 2016
1 parent 2a30911 commit 81aebf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdelta3/testing/file.h
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ class ExtFile {
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());
}
Expand Down

0 comments on commit 81aebf7

Please sign in to comment.