소스 검색

(main): Protect invocation of setlocale by ifdef.

Sergey Poznyakoff 20 년 전
부모
커밋
b5c890b887
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/tar.c

+ 1 - 0
src/tar.c

@@ -1621,6 +1621,7 @@ main (int argc, char **argv)
 {
   set_start_time ();
   program_name = argv[0];
+
   setlocale (LC_ALL, "");
   bindtextdomain (PACKAGE, LOCALEDIR);
   textdomain (PACKAGE);