commit | d9676f82e54cc7503ad3eb28f996edfeff58a870 | [log] [tgz] |
---|---|---|
author | Stefan Weil <sw@weilnetz.de> | Wed Oct 19 21:03:22 2011 +0200 |
committer | Alon Levy <alevy@redhat.com> | Tue Oct 25 15:44:03 2011 +0200 |
tree | 9b6b84a14cc35624e9fb492564efe78fd6fa7673 | |
parent | e7c5e89318946b57bcc3f65264be595401c12663 [diff] |
libcacard: Fix wrong assertion (reported by cppcheck) assert("...") will never do anything. This assertion handles a case which should never occur, so it must be assert(!"..."). Cc: Alon Levy <alevy@redhat.com> Signed-off-by: Stefan Weil <sw@weilnetz.de>