From d813dd45bfa01b96f20099d9dea8bb6de3ff5dca Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Tue, 25 Jul 2006 21:50:01 +0000 Subject: - add comment into code, need review --- URPM.xs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'URPM.xs') diff --git a/URPM.xs b/URPM.xs index d590a6a..d7d9466 100644 --- a/URPM.xs +++ b/URPM.xs @@ -1736,6 +1736,11 @@ Pkg_compare_pkg(lpkg, rpkg) if (eorarch) *eorarch = 0; rscore = rpmMachineScore(RPM_MACHTABLE_INSTARCH, rarch); if (lscore == 0) { if (rscore == 0) +#if 0 + /* Nanar: TODO check this + * hu ?? what is the goal of strcmp, some of arch are equivalent */ + compare = 0 +#endif compare = strcmp(larch, rarch); else compare = -1; -- cgit v1.2.1