]> git.saurik.com Git - apt.git/commit
get right of the hardcoded string-length compares
authorDavid Kalnischkies <david@kalnischkies.de>
Mon, 6 Jun 2016 12:30:28 +0000 (14:30 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Mon, 6 Jun 2016 12:30:28 +0000 (14:30 +0200)
commit0b661a5cb3d3f25b47c21b98ddbaeb27985b8279
treed6112b60adfbf3e5e706cc917cb2f12b1b28ad74
parentd59671c9eef322c10abba22b0257fef37979dfd4
get right of the hardcoded string-length compares

With have better ways to compare, manipulate and work with strings, so
use it instead of counting string length by hand with is a wonder it
hasn't failed yet. Ignoreable from a changelog perspective as there is
no behaviour change.

Git-Dch: Ignore
apt-pkg/edsp.cc