Skip to content

Commit

Permalink
Fix #33
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Dec 31, 2018
1 parent b84e731 commit 9b66ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zsclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ namespace zsync2 {
}

// store copy of .zsync file locally, if specified
if (!headersOnly && !pathToStoreZSyncFileInLocally.empty()) {
if (!pathToStoreZSyncFileInLocally.empty()) {
std::ofstream ofs(pathToStoreZSyncFileInLocally);
auto error = errno;

Expand Down

0 comments on commit 9b66ac5

Please sign in to comment.