X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fwrbuf.c;h=8d44fc463b6d4bae193693a070774810bf32fdad;hp=13793edba5a9157ab1780623c2a5eaf39762ae71;hb=5242cb5a8634bfa38b9333ff7f903e718ac6e292;hpb=027d8648a24b0b61b31a5f1752b29520791fd2fd diff --git a/src/wrbuf.c b/src/wrbuf.c index 13793ed..8d44fc4 100644 --- a/src/wrbuf.c +++ b/src/wrbuf.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2011 Index Data + * Copyright (C) 1995-2012 Index Data * See the file LICENSE for details. */ @@ -96,7 +96,7 @@ void wrbuf_vp_puts(const char *buf, void *client_data) wrbuf_puts(b, buf); } -void wrbuf_puts_replace_char(WRBUF b, const char *buf, +void wrbuf_puts_replace_char(WRBUF b, const char *buf, const char from, const char to) { while(*buf)