Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Commit

Permalink
Merge pull request #3 from RonyMin/master
Browse files Browse the repository at this point in the history
Master
  • Loading branch information
RonyMin authored Nov 30, 2018
2 parents 3beb7a5 + b6fb7f4 commit 3baae21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/util/file.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ void File::Open(const std::string &name, File::AccessMode access_mode) {
flags = O_RDWR;
break;
}
default: {
flags = O_RDWR;
break;
}
}

// Open
Expand Down

0 comments on commit 3baae21

Please sign in to comment.