]> mj.ucw.cz Git - libucw.git/blobdiff - charset/unistream.c
Merged obj2buck.h and buck2obj.h to object.h, the number of includes
[libucw.git] / charset / unistream.c
index 0e7bbb9629ca4602fa20b79352f48900afef2e5e..6431b0a293f0eeb16a14106be46cc7c727b229c4 100644 (file)
@@ -2,6 +2,9 @@
  *     The UniCode Library: Reading and writing of UTF-8 on Fastbuf Streams
  *
  *     (c) 2001 Martin Mares <mj@ucw.cz>
+ *
+ *     This software may be freely distributed and used according to the terms
+ *     of the GNU Lesser General Public License.
  */
 
 #include "lib/lib.h"
@@ -46,7 +49,7 @@ bget_utf8_slow(struct fastbuf *b)
 
  wrong:
   if (c >= 0)
-    bungetc(b, c);
+    bungetc(b);
   return UNI_REPLACEMENT;
 }