Skip to content

Commit

Permalink
errorflag already set in init
Browse files Browse the repository at this point in the history
  • Loading branch information
psiegl committed Mar 28, 2019
1 parent 81973df commit 64fe6d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion software/infnoise.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ int main(int argc, char **argv) {
fprintf(stderr, "Error: %s\n", context.message);
return 1; // ERROR
}
context.errorFlag = false;

// calculate output size based on the parameters:
uint64_t resultSize;
Expand Down

0 comments on commit 64fe6d8

Please sign in to comment.