uClibc-0.9.30.3-fix-error-locale-utf-8.patch 564 B

1234567891011121314151617
  1. ---
  2. extra/locale/gen_wc8bit.c | 2 +-
  3. 1 file changed, 1 insertion(+), 1 deletion(-)
  4. Index: uClibc-0.9.30.3/extra/locale/gen_wc8bit.c
  5. ===================================================================
  6. --- uClibc-0.9.30.3.orig/extra/locale/gen_wc8bit.c
  7. +++ uClibc-0.9.30.3/extra/locale/gen_wc8bit.c
  8. @@ -119,7 +119,7 @@
  9. }
  10. locale_failure:
  11. - printf("could not find a UTF8 locale ... please enable en_US.UTF-8\n");
  12. + fprintf(stderr, "could not find a UTF8 locale ... please enable en_US.UTF-8\n");
  13. return EXIT_FAILURE;
  14. locale_success:
  15. pclose(fp);