Skip to content

Commit

Permalink
Fixed warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
acaudwell committed Aug 15, 2013
1 parent 949b2d9 commit 5088fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/formats/commitlog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ void RCommitLog::createTempLog() {
std::string tempdir;

#ifdef _WIN32
DWORD tmplen = GetTempPath(0, "");
DWORD tmplen = GetTempPath(0, 0);

if(tmplen == 0) return;

Expand Down

0 comments on commit 5088fa8

Please sign in to comment.