struct idrent *e1 = (struct idrent *)n1;
struct idrent *e2 = (struct idrent *)n2;
- return (isoent_cmp_iso9660_identifier(e1->isoent, e2->isoent));
+ return (isoent_cmp_iso9660_identifier(e2->isoent, e1->isoent));
}
static int
struct isoent *isoent = (struct isoent *)key;
struct idrent *idrent = (struct idrent *)node;
- return (isoent_cmp_iso9660_identifier(idrent->isoent, isoent));
+ return (isoent_cmp_iso9660_identifier(isoent, idrent->isoent));
}
static int
struct idrent *e1 = (struct idrent *)n1;
struct idrent *e2 = (struct idrent *)n2;
- return (isoent_cmp_joliet_identifier(e1->isoent, e2->isoent));
+ return (isoent_cmp_joliet_identifier(e2->isoent, e1->isoent));
}
static int
struct isoent *isoent = (struct isoent *)key;
struct idrent *idrent = (struct idrent *)node;
- return (isoent_cmp_joliet_identifier(idrent->isoent, isoent));
+ return (isoent_cmp_joliet_identifier(isoent, idrent->isoent));
}
static int