From: Adam Dickmeiss Date: Mon, 17 May 2010 10:29:08 +0000 (+0200) Subject: zoomsh: show record do NOT render opac X-Git-Tag: v4.0.9~4^2 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=f0a73bb9a6696231c37da9069c71f9e97cf6f933;hp=f0a73bb9a6696231c37da9069c71f9e97cf6f933 zoomsh: show record do NOT render opac zoomsh's show command no longer renders "opac" by default. Only the one the user asks for; besides the buffered would be MANGLED because we were using two buffers from ZOOM_record_get at the same time (one would have to be copied first). ---