Skip to content

Commit

Permalink
minor fix [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
takenori-y committed Aug 2, 2023
1 parent e5f7fd4 commit a1b3493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/merge.cc
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class VectorMergeWrapper {
public:
VectorMergeWrapper(const std::string& data_type, int insert_point,
int input_length, int insert_length, bool recursive,
bool overwrite_mode, std::istream* insert_stream = NULL)
bool overwrite_mode, std::istream* insert_stream)
: merge_(NULL) {
if ("c" == data_type) {
merge_ =
Expand Down

0 comments on commit a1b3493

Please sign in to comment.