From 6d439df429edc942dfae23f7906bc63adbc1e137 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 11 Nov 2005 22:07:11 +0000 Subject: [PATCH] Fix bug introduced in srw.c revision 1.37 --- src/srw.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/srw.c b/src/srw.c index 68d2056..47718b4 100644 --- a/src/srw.c +++ b/src/srw.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: srw.c,v 1.39 2005-11-11 22:06:46 adam Exp $ + * $Id: srw.c,v 1.40 2005-11-11 22:07:11 adam Exp $ */ /** * \file srw.c @@ -291,8 +291,6 @@ static int yaz_srw_record(ODR o, xmlNodePtr pptr, Z_SRW_record *rec, match_xsd_string_n(data_ptr, "recordData", o, &rec->recordData_buf, &rec->recordData_len); break; - default: - /* need some way to signal diagnostic here */ } } rec->recordPacking = pack; -- 1.7.10.4