소스 검색

Remove a useless comment

Richard Laager 15 년 전
부모
커밋
9a1ccd57a4
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/docsis.c

+ 0 - 1
src/docsis.c

@@ -342,7 +342,6 @@ int encode_one_file ( char *input_file, char *output_file,
   printf ("Final content of config file:\n");
 
   decode_main_aggregate (buffer, buflen);
-/* fix bug #914121... use "wb" for Windows compatibility */
   if ((of = fopen (output_file, "wb")) == NULL)
     {
       printf ("%s: error: can't open output file %s\n", prog_name, output_file);