Happy new year
[pazpar2-moved-to-github.git] / src / record.c
index cba903a..19b06d7 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of Pazpar2.
-   Copyright (C) 2006-2013 Index Data
+   Copyright (C) Index Data
 
 Pazpar2 is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
@@ -129,6 +129,7 @@ int record_compare(struct record *r1, struct record *r2,
                     return 0;
             case Metadata_type_position:
             case Metadata_type_relevance:
+            case Metadata_type_retrieval:
                 break;
             }
             m1 = m1->next;