]> git.draconx.ca Git - liblbx.git/commit
lbximg: Return failure if there was a decoding error.
authorNick Bowler <nbowler@draconx.ca>
Tue, 17 Dec 2013 01:01:57 +0000 (20:01 -0500)
committerNick Bowler <nbowler@draconx.ca>
Tue, 17 Dec 2013 01:01:57 +0000 (20:01 -0500)
commitf58512db610bb5ce272a142a552b8bf75b8c2f6e
tree7150fd2214a063795ba15dc92308edd0a34c6854
parent955d03ee99a6b932b8b62bd0cbd7f505efddb9a2
lbximg: Return failure if there was a decoding error.

If any frame was not decoded because liblbx returned an error, we should
return a non-zero exit status from the tool.  Previously this would only
happen if *all* frames failed.
src/lbximg.c