X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Frecord.c;h=19b06d7395ac39f4a0275fa0370a850c85dd6522;hb=0d45377ca625dc66907c18bb3f524f9d6c354236;hp=cba903af5f28d4bdb68be9881e7ec8ee03988b53;hpb=ca08c2d3db58c82d203a9f98070a67f67d9ea6c1;p=pazpar2-moved-to-github.git diff --git a/src/record.c b/src/record.c index cba903a..19b06d7 100644 --- a/src/record.c +++ b/src/record.c @@ -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;