From: Adam Dickmeiss Date: Thu, 24 Apr 2014 09:01:31 +0000 (+0200) Subject: normalize_record: missing else X-Git-Tag: v1.7.0~19^2~5 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=a8559c6713a7130a271d77083d06b1561c38269c;p=pazpar2-moved-to-github.git normalize_record: missing else --- diff --git a/src/normalize_record.c b/src/normalize_record.c index 036c96e..ea15f46 100644 --- a/src/normalize_record.c +++ b/src/normalize_record.c @@ -66,6 +66,7 @@ normalize_record_t normalize_record_create(struct conf_service *service, if (!xsp_doc) no_errors++; + else { *m = nmem_malloc(nt->nmem, sizeof(**m)); (*m)->marcmap = NULL;