[fpc-devel] Extentions/extensions in fpmimetypes.pp

Michael Van Canneyt michael at freepascal.org
Mon Apr 7 15:14:02 CEST 2014



On Mon, 7 Apr 2014, Michael Van Canneyt wrote:

>
>
> On Mon, 7 Apr 2014, Reinier Olislagers wrote:
>
>> Noticed this in fpmimetypes.pp:
>> Type
>>  TMimeType = Class(TObject)
>>  private
>>    FExtensions: String;
>>    FExtentions: String;
>> ...
>>  Public
>> ...
>>    Property Extensions : String Read FExtensions Write FExtentions;
>>  end;
>> 
>> I wonder if this is correct?
>> If it is really meant to read from one variable and write to another,
>> perhaps the variable names could be adjusted to reflect their purpose?
>
> This is a bug.

Fixed in rev. 27501.

Michael.



More information about the fpc-devel mailing list