show found markers, hex::show: include last incomplete line

This commit is contained in:
Mario Fink
2020-07-29 15:33:53 +02:00
parent ebda13e738
commit 6b3aac87fe
4 changed files with 27 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ int main(int argc, char* argv[])
std::string rawfile(argv[1]);
// declare instance of "raw_eater"
raw_eater eatraw(rawfile);
raw_eater eatraw(rawfile,true);
//eatraw.show_markers();