mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:09:30 +02:00
* fixed empty arguments
This commit is contained in:
parent
9f32c20015
commit
9edddec212
@ -372,6 +372,8 @@ begin
|
||||
{ skip leading spaces }
|
||||
while pc^ in [#1..#32] do
|
||||
inc(pc);
|
||||
if pc^=#0 then
|
||||
break;
|
||||
{ calc argument length }
|
||||
quote:=' ';
|
||||
argstart:=pc;
|
||||
@ -1531,7 +1533,10 @@ Begin
|
||||
End.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.8 2001-06-01 22:23:21 peter
|
||||
Revision 1.9 2001-06-07 21:16:30 peter
|
||||
* fixed empty arguments
|
||||
|
||||
Revision 1.8 2001/06/01 22:23:21 peter
|
||||
* same argument parsing -"abc" becomes -abc. This is compatible with
|
||||
delphi and with unix shells (merged)
|
||||
|
||||
|
3193
rtl/win32/system.pp
3193
rtl/win32/system.pp
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user