]> Dogcows Code - chaz/tar/blobdiff - lib/print-copyr.c
Update
[chaz/tar] / lib / print-copyr.c
index 6b381f6613b14f1780273bb300c36a442a9408ca..2b6a13ecf7cae77998e2114162c142de5acbdee3 100644 (file)
@@ -50,7 +50,7 @@ void
 print_copyright (char const *notice)
 {
   fputs ("Copyright ", stdout);
-  unicode_to_mb (COPYRIGHT_SIGN, print_unicode_success, print_parenthesized_c,
+  unicode_to_mb (COPYRIGHT_SIGN, print_unicode_char, print_parenthesized_c,
                 stdout);
   fputc (' ', stdout);
   puts (notice);
This page took 0.019757 seconds and 4 git commands to generate.