mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-18 20:50:04 +02:00
* fix modetostring
git-svn-id: trunk@9227 -
This commit is contained in:
parent
12d8b3f7e4
commit
5a57434f33
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user