X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fwrbuf.c;h=a51adee7b7bb15827286c399e61a41a001ec896d;hp=135c0472a4d6744c8b8d2f6a191eca77c4103e72;hb=9afc8581574131c6d3ecea36c85740c07714318c;hpb=77c5a4fca8b516fd39b8ba213daed17a465a6b2a diff --git a/src/wrbuf.c b/src/wrbuf.c index 135c047..a51adee 100644 --- a/src/wrbuf.c +++ b/src/wrbuf.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2012 Index Data + * Copyright (C) 1995-2013 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)