]> Dogcows Code - chaz/tar/commitdiff
(utf8_convert): Changed prototype
authorSergey Poznyakoff <gray@gnu.org.ua>
Sun, 4 Apr 2004 09:42:27 +0000 (09:42 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sun, 4 Apr 2004 09:42:27 +0000 (09:42 +0000)
(get_input_charset): Removed unused variable

src/utf8.c

index abb697db8998fd8e5c83962561016711578b6b2d..dd5485cb6e35d1bbfbe2ddb68771e1b37ae38020 100644 (file)
@@ -243,7 +243,6 @@ get_input_charset ()
 {
   const char *charset = NULL;
   char *tmp;
-  int rc;
 
   /* Try to deduce the charset from LC_ALL or LANG variables */
 
@@ -313,7 +312,7 @@ utf8_init (bool to_utf)
 }
                  
 bool
-utf8_convert(bool to_utf, char *input, char **output)
+utf8_convert(bool to_utf, const char *input, char **output)
 {
   const char *ib;
   char *ob;
This page took 0.020224 seconds and 4 git commands to generate.