Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into 64bithash
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacd committed Jan 8, 2016
2 parents 54b3937 + 81aebf7 commit 566b1a9
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 @@ -316,7 +316,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 566b1a9

Please sign in to comment.