]> git.saurik.com Git - apt.git/commit
pkgCacheGenerator: CurMd5.Value() cannot be empty
authorJulian Andres Klode <jak@debian.org>
Fri, 8 Jan 2016 11:15:11 +0000 (12:15 +0100)
committerJulian Andres Klode <jak@debian.org>
Fri, 8 Jan 2016 11:23:08 +0000 (12:23 +0100)
commit24c7db2edea692c3778c021c053a2316203bfa03
treee38516761593d43762fb389451c3f2f6a6042e0c
parent0cc8987abf9f25c458833a0479bc4cb11b405e16
pkgCacheGenerator: CurMd5.Value() cannot be empty

It makes no sense to check if the value is empty, as it cannot
be. It will always be a hexstring of exactly 32 bytes.
apt-pkg/pkgcachegen.cc