Loading src/core/statsgen.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -109,6 +109,7 @@ int Statsgen::generate_stats() { if (!is_stdin){ nbline = nbline_file(filename); if (!nbline){ // error reading the file cerr << "[ERROR] Empty file or not existing file" << endl; return 0; } } Loading Loading
src/core/statsgen.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -109,6 +109,7 @@ int Statsgen::generate_stats() { if (!is_stdin){ nbline = nbline_file(filename); if (!nbline){ // error reading the file cerr << "[ERROR] Empty file or not existing file" << endl; return 0; } } Loading