Skip to content

Commit 088aefc

Browse files
Merge pull request #165 from smithlabcode/guessprotocol-verbose-bug-fix
Fixes #164: initializing the verbose variable
2 parents 13ad059 + f640d88 commit 088aefc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/guessprotocol.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ main_guessprotocol(int argc, const char **argv) {
238238

239239
constexpr auto description = "guess bisulfite protocol for a library";
240240

241-
bool verbose;
241+
bool verbose = false;
242242
bool use_human;
243243
string outfile;
244244
size_t reads_to_check = 1000000;

0 commit comments

Comments
 (0)