]> mj.ucw.cz Git - libucw.git/commitdiff
Use one-parameter bungetc() everywhere.
authorMartin Mares <mj@ucw.cz>
Wed, 22 May 2002 15:43:59 +0000 (15:43 +0000)
committerMartin Mares <mj@ucw.cz>
Wed, 22 May 2002 15:43:59 +0000 (15:43 +0000)
charset/unistream.c

index 0e7bbb9629ca4602fa20b79352f48900afef2e5e..09059663123f66d737a55abe4824018aa27b437a 100644 (file)
@@ -46,7 +46,7 @@ bget_utf8_slow(struct fastbuf *b)
 
  wrong:
   if (c >= 0)
-    bungetc(b, c);
+    bungetc(b);
   return UNI_REPLACEMENT;
 }