Переглянути джерело

* Fixed bug #10140

git-svn-id: trunk@9586 -
michael 17 роки тому
батько
коміт
1b0307ae5c
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      rtl/inc/getopts.pp

+ 1 - 1
rtl/inc/getopts.pp

@@ -287,7 +287,7 @@ begin
          begin
          begin
            optarg:=strpas(argv[optind]);
            optarg:=strpas(argv[optind]);
            inc(optind);
            inc(optind);
-           Internal_getopt:=#1;
+           Internal_getopt:=#0;
            exit;
            exit;
          end;
          end;
       end;
       end;