Skip to content

Commit 4351d5f

Browse files
Fixes #164: initializing the verbose variable
1 parent 36af16e commit 4351d5f

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)