Explorar el Código

* fix modetostring

git-svn-id: trunk@9227 -
peter hace 18 años
padre
commit
5a57434f33
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/fpmkunit/src/fpmkunit.pp

+ 1 - 0
packages/fpmkunit/src/fpmkunit.pp

@@ -1206,6 +1206,7 @@ Function ModeToString(Mode: TCompilerMode) : String;
 
 begin
   Result:=LowerCase(GetenumName(TypeInfo(TCompilerMode),Ord(Mode)));
+  Delete(Result,1,2);
 end;
 
 Function StringToMode(const S : String) : TCompilerMode;