Link SSL with libyaz.la and yaz-client only.
[yaz-moved-to-github.git] / src / wrbuf.c
index 2e8c4f7..83b296b 100644 (file)
@@ -1,8 +1,6 @@
-/*
- * Copyright (C) 1995-2008, Index Data ApS
+/* This file is part of the YAZ toolkit.
+ * Copyright (C) 1995-2008 Index Data
  * See the file LICENSE for details.
- *
- * $Id: wrbuf.c,v 1.23 2008-01-30 19:58:25 adam Exp $
  */
 
 /**
@@ -247,7 +245,7 @@ void wrbuf_cut_right(WRBUF b, size_t no_to_remove)
 
 void wrbuf_puts_escaped(WRBUF b, const char *str)
 {
-    return wrbuf_write_escaped(b, str, strlen(str));
+    wrbuf_write_escaped(b, str, strlen(str));
 }
 
 void wrbuf_write_escaped(WRBUF b, const char *str, size_t len)