allow -refPostFix switch to accept empty string value
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@731 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
4217df162b
commit
6f8dd5936a
@ -420,7 +420,7 @@ begin
|
||||
else if (prm = 'id') and (vlm <> '') then ConvertSettings.ObjcIDReplace:=vlm
|
||||
else if (prm = 'call') then ConvertSettings.CallConv:=vlm
|
||||
else if (prm = 'userefs') then ConvertSettings.UseRefClassType := true
|
||||
else if (prm = 'refpostfix') and (vlm <> '') then ConvertSettings.RefClassPostfix := vlm
|
||||
else if (prm = 'refpostfix') then ConvertSettings.RefClassPostfix := vlm
|
||||
else if prm = 'ini' then begin
|
||||
ReadIniFile(Settings, vlm);
|
||||
end else
|
||||
|
Loading…
Reference in New Issue
Block a user