apt-pkg: fixed type comparison in 64bit systems using memsize cast
More correct comparison sizeof and size_type types with memsize cast, rather than strict unsigned, which differs in size on different 32bit and 64bit architectures.
Edited by Herman Semenov