Taddeus Kroes 10 년 전
부모
커밋
d7e48e7e02
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main.ml

+ 1 - 1
main.ml

@@ -85,7 +85,7 @@ let parse_args () =
         | i when i = String.length arg -> args
         | i -> handle_opts (handle args ["-" ^ String.make 1 arg.[i]]) (i + 1)
       in
-      handle_opts args 1
+      handle (handle_opts args 1) tl
 
     | arg :: tl when arg.[0] = '-' ->
       prerr_string usage;