summaryrefslogtreecommitdiffstats
path: root/collection/collection.c
diff options
context:
space:
mode:
authorDmitri Pal <dpal@redhat.com>2009-09-14 12:52:23 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-10-05 10:32:06 -0400
commitc52f433eeb76edb9582b4b08586cd942578b7cab (patch)
tree361244b88138eb0ebe8867cafab4e67fb85728b1 /collection/collection.c
parentc8afa2d4bd5ecd6cf5f4dc5d0cbedb9470ce848a (diff)
downloadding-libs-c52f433eeb76edb9582b4b08586cd942578b7cab.tar.gz
ding-libs-c52f433eeb76edb9582b4b08586cd942578b7cab.tar.xz
ding-libs-c52f433eeb76edb9582b4b08586cd942578b7cab.zip
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
Diffstat (limited to 'collection/collection.c')
-rw-r--r--collection/collection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/collection/collection.c b/collection/collection.c
index bccb50d..c116f48 100644
--- a/collection/collection.c
+++ b/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"