Skip to content

Commit

Permalink
remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Sep 13, 2022
1 parent ef9ace9 commit d863adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zmatlib.c
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ int zmat_run(const size_t inputsize, unsigned char* inputstr, size_t* outputsize

*outputsize = *ret;

if (*outputsize < 0) {
if (*ret < 0) {
return -8;
}

Expand Down

0 comments on commit d863adf

Please sign in to comment.