Skip to content

Commit

Permalink
minor fix: initialised isInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
haptork committed Feb 2, 2021
1 parent 5505b0c commit ffd6173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csaransh_pp/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ int main(int argc, char *argv[]) {
int curIndex = 0;
csaransh::InputInfo info;
csaransh::ExtraInfo extraInfo;
bool isInfo;
auto isInfo = false;
for (const auto &file : files) {
std::cout << "\rCurrently processing file " << curIndex + 1 << std::flush;
Logger::inst().log_info("Started processing file \"" + file + "\"");
Expand Down

0 comments on commit ffd6173

Please sign in to comment.