From: Adam Dickmeiss Date: Wed, 24 Jan 2007 15:13:20 +0000 (+0000) Subject: Fix misleading comment X-Git-Tag: YAZ.2.1.49.1~23 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=3ff58a01241be351c3929f0750e7ec6242a79c2a;hp=07dca8aeae6bc30c59e71b30a9ad83da57c0440d Fix misleading comment --- diff --git a/include/yaz/marcdisp.h b/include/yaz/marcdisp.h index 6843499..4cabfab 100644 --- a/include/yaz/marcdisp.h +++ b/include/yaz/marcdisp.h @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: marcdisp.h,v 1.26 2007-01-08 10:45:19 adam Exp $ */ +/* $Id: marcdisp.h,v 1.27 2007-01-24 15:13:20 adam Exp $ */ /** * \file marcdisp.h @@ -83,8 +83,8 @@ YAZ_EXPORT void yaz_marc_debug(yaz_marc_t mt, int level); \param mt marc handle \param buf input buffer \param bsize size of buffer or (-1 if "any size") - \param result result to be stored here (allocate before use!) - \param rsize size of result (set before calling) + \param result result to be stored here + \param rsize size of result (memory "owned" by yaz_marc_mt handle) Decodes MARC in buf of size bsize. On success, result in *result with size *rsize.