From: Adam Dickmeiss Date: Tue, 29 Sep 2009 10:58:40 +0000 (+0200) Subject: ZOOM_record_get returns 0 for bad MARC. X-Git-Tag: v3.0.49~5 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;ds=sidebyside;h=a5ebdfbdd3845ef01e1c2e8d19daae12fc2f036e;hp=a5ebdfbdd3845ef01e1c2e8d19daae12fc2f036e;p=yaz-moved-to-github.git ZOOM_record_get returns 0 for bad MARC. ZOOM_record_get returns 0 pointer if a MARC record can not be decoded - unless type desired is "raw". This will prevent type "xml" from returning ISO2709 .. Which obviously can not be XML parsed. ---