From a8559c6713a7130a271d77083d06b1561c38269c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 24 Apr 2014 11:01:31 +0200 Subject: [PATCH] normalize_record: missing else --- src/normalize_record.c | 1 + 1 file changed, 1 insertion(+) 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; -- 1.7.10.4