diff options
author | David Timber <dxdt@dev.snart.me> | 2024-11-06 14:33:12 +0100 |
---|---|---|
committer | David Timber <dxdt@dev.snart.me> | 2024-11-06 14:33:12 +0100 |
commit | e439d74b7ffaf04b699a96253b03d911cc8a9dec (patch) | |
tree | 00b0118bca8cfef4384019f3256c2c8f3af3476a /bitsquat/bitsquat.c | |
parent | 12645f4533216d4f0d42708faadc789888640ac2 (diff) |
Add email alert to bitsquat ...
- bitsquat returns exit code 3 upon bitflip
Diffstat (limited to 'bitsquat/bitsquat.c')
-rw-r--r-- | bitsquat/bitsquat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitsquat/bitsquat.c b/bitsquat/bitsquat.c index ea421ba..ed22547 100644 --- a/bitsquat/bitsquat.c +++ b/bitsquat/bitsquat.c @@ -257,7 +257,7 @@ static int do_main (void) { (const uint8_t*)m1, (const uint8_t*)m2, s); - ec = 1; + ec = 3; goto END; } |