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.
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to