uClibc-0.9.31.1-fix-error-locale-utf-8.patch 558 B

1234567891011121314151617
  1. ---
  2. extra/locale/gen_wc8bit.c | 2 +-
  3. 1 file changed, 1 insertion(+), 1 deletion(-)
  4. Index: uClibc-0.9.31/extra/locale/gen_wc8bit.c
  5. ===================================================================
  6. --- uClibc-0.9.31.orig/extra/locale/gen_wc8bit.c
  7. +++ uClibc-0.9.31/extra/locale/gen_wc8bit.c
  8. @@ -120,7 +120,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);