Ver código fonte

* 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 anos atrás
pai
commit
a55ec3bf3b
1 arquivos alterados com 1 adições e 1 exclusões
  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);
 procedure Exec(const Path: PathStr; const ComLine: ComStr);
 var
 var
-  tmpPath: array[0..255] of char;
+  tmpPath: array[0..515] of char;
   result : longint;
   result : longint;
   tmpLock: longint;
   tmpLock: longint;
 begin
 begin