소스 검색

Don't really know why I did setlocale. Get rid of it since I want the CTYPE

to be standard.
master
Richard Nyberg 18 년 전
부모
커밋
4f1d44297a
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. +0
    -3
      btpd/main.c

+ 0
- 3
btpd/main.c 파일 보기

@@ -7,7 +7,6 @@
#include <errno.h>
#include <fcntl.h>
#include <getopt.h>
#include <locale.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -158,8 +157,6 @@ main(int argc, char **argv)
char *dir = NULL, *log = NULL;
int daemonize = 1;

setlocale(LC_ALL, "");

for (;;) {
switch (getopt_long(argc, argv, "d:p:", longopts, NULL)) {
case -1:


||||||
x
 
000:0
불러오는 중...
취소
저장