瀏覽代碼

* have a larger buffer for Exec() (can't remember if this was actually an useful change, but let's have it commited, as next snapshot will have this code anyway)

git-svn-id: trunk@12795 -
Károly Balogh 16 年之前
父節點
當前提交
a55ec3bf3b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/morphos/dos.pp

+ 1 - 1
rtl/morphos/dos.pp

@@ -441,7 +441,7 @@ end;
 
 procedure Exec(const Path: PathStr; const ComLine: ComStr);
 var
-  tmpPath: array[0..255] of char;
+  tmpPath: array[0..515] of char;
   result : longint;
   tmpLock: longint;
 begin