Quellcode durchsuchen

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

git-svn-id: trunk@43963 -
marco vor 5 Jahren
Ursprung
Commit
c35ada7639
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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]));