Remove dup xbps_cmpver_* func, use just the real one.

--HG--
extra : convert_revision : cde78bdcccc68bb865d5bd76a84c00055f451e96
This commit is contained in:
Juan RP
2009-06-07 05:02:58 +02:00
parent bef5f8c9dd
commit e1e3e254ab
6 changed files with 6 additions and 15 deletions

View File

@@ -17,5 +17,5 @@ int main(int argc, char **argv)
return 1;
}
return xbps_cmpver_packages(argv[1], argv[2]);
return xbps_cmpver(argv[1], argv[2]);
}