From a71c65a45586b3f6cd5032016621d41d62a8c4f0 Mon Sep 17 00:00:00 2001 From: Dmitri Pal Date: Mon, 14 Sep 2009 12:52:23 -0400 Subject: COLLECTION Adding item comparison and sorting Needed item comparison functions and realized that the easiest way to test them would be using sorting. Since there already been a ticket #73 to do that I added function to sort collection based on different properties of the item. COLLECTION Fixing issues with comparisons COLLECTION Adding do-while to macro --- common/collection/collection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/collection/collection.c') diff --git a/common/collection/collection.c b/common/collection/collection.c index bccb50df5..c116f481f 100644 --- a/common/collection/collection.c +++ b/common/collection/collection.c @@ -28,7 +28,7 @@ #include "config.h" #include "trace.h" -/* The collection should use the teal structures */ +/* The collection should use the real structures */ #include "collection_priv.h" #include "collection.h" -- cgit