From ebbb03b3581d62f24eb5ab199621f201b0dfe5c3 Mon Sep 17 00:00:00 2001 From: Kenneth G Raeburn Date: Fri, 8 Mar 1991 07:35:03 +0000 Subject: Renamed ZDestination::compare_strings to ZDestination::order_strings. --- server/class.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/class.c') diff --git a/server/class.c b/server/class.c index 4311875..3ab96c4 100644 --- a/server/class.c +++ b/server/class.c @@ -106,7 +106,7 @@ ZDestination::ZDestination (const ZDestination&d) : classname (d.classname), ins hash_value = d.hash_value; } -int ZDestination::compare_strings (const ZDestination& z1, const ZDestination& z2) { +int ZDestination::order_strings (const ZDestination& z1, const ZDestination& z2) { return (z1.classname != z2.classname ? z1.classname < z2.classname : (z1.inst != z2.inst -- cgit v1.2.3