X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fretrieval.c;h=525987a085b1629433fd29a34cc301c654550f68;hp=450be15cb2e68065fa54b6f803f70b4c48273ed6;hb=8489ef773c3c744b841f9b247dd9881bc3742473;hpb=7d849f69c1386fbeb27eefcc60b8d0ffbdd5218c diff --git a/src/retrieval.c b/src/retrieval.c index 450be15..525987a 100644 --- a/src/retrieval.c +++ b/src/retrieval.c @@ -2,7 +2,7 @@ * Copyright (C) 2005-2006, Index Data ApS * See the file LICENSE for details. * - * $Id: retrieval.c,v 1.8 2006-05-09 11:09:09 mike Exp $ + * $Id: retrieval.c,v 1.9 2006-05-09 11:35:28 adam Exp $ */ /** * \file retrieval.c @@ -283,7 +283,7 @@ int yaz_retrieval_request(yaz_retrieval_t p, } if (!syntax_matches && syntax) { - char buf[100]; + char buf[OID_STR_MAX]; wrbuf_printf(p->wr_error, "%s", oid_to_dotstring(syntax, buf)); return 2; }