]> git.saurik.com Git - apt.git/commit
use a std::vector instead of hardcoded array
authorDavid Kalnischkies <david@kalnischkies.de>
Thu, 8 May 2014 19:51:26 +0000 (21:51 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Thu, 8 May 2014 19:51:26 +0000 (21:51 +0200)
commiteb0d90f08d6a6f2ee334a94f8fb45c776f5bcd6e
treeeda91ef88d5b1a0c44941e230c17e7ca0243065f
parent0e6fe58ea765e91a9a7b54cc6fd236a8cb839b66
use a std::vector instead of hardcoded array

Arrays with predefined lengths are very fragile as they are
likely forgotten in future changes and the size in this case
is dynamic making it even more dangerous.

Git-Dch: Ignore
ftparchive/writer.cc