Browse Source

* increase loop in determine xterm, Mantis #21028

git-svn-id: trunk@20085 -
marco 14 năm trước cách đây
mục cha
commit
4b24220de9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      packages/fcl-process/src/unix/process.inc

+ 1 - 0
packages/fcl-process/src/unix/process.inc

@@ -109,6 +109,7 @@ Function DetectXterm : String;
       Result:=TestTerminal(Terminals[i]);
       If Result then
         XTermProgram:=Terminals[i];
+       inc(i);
       end;
   end;