liblzma: Use memzero() to initialize supported_actions[].
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 11 Apr 2011 16:28:18 +0000 (19:28 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Mon, 11 Apr 2011 16:28:18 +0000 (19:28 +0300)
commit0badb0b1bd649163322783b0bd9e590b4bc7a93d
tree0671e8625ae0d991a04f2163fa5481cfe9b3355c
parenta7934c446a58e20268689899d2a39f50e571f251
liblzma: Use memzero() to initialize supported_actions[].

This is cleaner and makes it simpler to add new members
to lzma_action enumeration.
src/liblzma/common/common.c