error handling is not for bacteria
This commit is contained in:
parent
ce2b090db0
commit
26086b72ee
1 changed files with 0 additions and 3 deletions
|
@ -44,9 +44,6 @@ int main(int argc,char** argv) {
|
||||||
|
|
||||||
c = ifile.get();
|
c = ifile.get();
|
||||||
|
|
||||||
if (ifile.fail()) {
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
if (byte_counter == rand_byte ) {
|
if (byte_counter == rand_byte ) {
|
||||||
int insert = rand() % 6;
|
int insert = rand() % 6;
|
||||||
if (insert == 0) {
|
if (insert == 0) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue