Browse Source
* don't mess with the command line buffers if no command line is given
git-svn-id: trunk@4828 -
florian
19 years ago
|
@@ -158,6 +158,9 @@ var
|
|
end;
|
|
end;
|
|
|
|
|
|
begin
|
|
begin
|
|
|
|
+ cmdline:=nil;
|
|
|
|
+ if i>=argc then
|
|
|
|
+ exit;
|
|
GetMem(buf,ARG_MAX);
|
|
GetMem(buf,ARG_MAX);
|
|
size:=0;
|
|
size:=0;
|
|
bufsize:=0;
|
|
bufsize:=0;
|