]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/hashes.cc
* make apt build with g++ 4.3
[apt.git] / apt-pkg / contrib / hashes.cc
index da714f9970e22ebc45d171f0b3aa949158a84dd0..fcc2f887cb704b825f18ced40959f952e6e4e084 100644 (file)
@@ -44,7 +44,7 @@ HashString::HashString(string StringedHash)
       return;
    }
    string::size_type pos = StringedHash.find(":");
-   Type = StringedHash.substr(0,pos-1);
+   Type = StringedHash.substr(0,pos);
    Hash = StringedHash.substr(pos+1, StringedHash.size() - pos);
 
    if(_config->FindB("Debug::Hashes",false) == true)