diff options
Diffstat (limited to '')
-rw-r--r-- | c/sha3sum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c/sha3sum.c b/c/sha3sum.c index e8d982a..4467a72 100644 --- a/c/sha3sum.c +++ b/c/sha3sum.c @@ -480,7 +480,7 @@ int main(int argc, char** argv) if (_O) { - o = o; + o = O; if (o <= 0) { ERR("the output size must be positive."); |