Browse Source

* 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 years ago
parent
commit
a55ec3bf3b
1 changed files with 1 additions and 1 deletions
  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