Skip to content
Commit e0a438f6 authored by Elvis Angelaccio's avatar Elvis Angelaccio
Browse files

Fix not reachable code paths

Since commit 3fcd8425, Archive::create() does not return anymore a null pointer
when an error occurs. So all the code paths that were checking for a null
pointer to an Archive, were not reachable anymore. The new isValid() API has to
be used instead.
parent 86b59638
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment