mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 17:59:25 +02:00
Removed debug message in CheckOptions
git-svn-id: trunk@7313 -
This commit is contained in:
parent
0f870ec901
commit
4e8e4d6c0a
@ -428,7 +428,6 @@ begin
|
|||||||
If (P<Length(ShortOptions)) and (Shortoptions[P+1]=':') then
|
If (P<Length(ShortOptions)) and (Shortoptions[P+1]=':') then
|
||||||
begin
|
begin
|
||||||
// Required argument
|
// Required argument
|
||||||
Writeln('P ',P,' J ',J,' ',O[J],' ',l,' Havearg ',HaveArg);
|
|
||||||
If ((P+1)=Length(ShortOptions)) or (Shortoptions[P+2]<>':') Then
|
If ((P+1)=Length(ShortOptions)) or (Shortoptions[P+2]<>':') Then
|
||||||
If (J<L) or not haveArg then // Must be last in multi-opt !!
|
If (J<L) or not haveArg then // Must be last in multi-opt !!
|
||||||
Result:=Format(SErrOptionNeeded,[I,O[J]]);
|
Result:=Format(SErrOptionNeeded,[I,O[J]]);
|
||||||
|
Loading…
Reference in New Issue
Block a user