Explorar o código

* short op for ident is t not d, probably copy and paste. Patch by Margers, mantis 36597

git-svn-id: trunk@43963 -
marco %!s(int64=5) %!d(string=hai) anos
pai
achega
c35ada7639
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/fcl-passrc/examples/pasrewrite.pp

+ 1 - 1
packages/fcl-passrc/examples/pasrewrite.pp

@@ -154,7 +154,7 @@ begin
     end;
   // Indent
   if HasOption('t','indent') then
-    FIndentSize:=StrToIntDef(GetOptionValue('d','indent'),-1);
+    FIndentSize:=StrToIntDef(GetOptionValue('t','indent'),-1);
   if (FHeaderFile<>'') and Not FileExists(FheaderFile) then
     begin
     PrintUsage(Format('Header file "%s"does not exist',[FHeaderFile]));