[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] Two very minor freetype patch suggestions
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] Two very minor freetype patch suggestions |
Date: |
Fri, 01 Jun 2007 08:49:32 +0200 (CEST) |
> 1) fttypes.h contain a tab char (line 387) could it be changed to
> spaces? VTK will not allow commits of files with tabs, and freetype
> seems to prefer spaces also.
Fixed.
> 2) A compiler warning (ftsystem.c:278):
> <http://www.vtk.org/Testing/Sites/hythloth.kitware/Linux-gcc295/20070531-1517-Continuous/BuildWarning.html>
>
> I think changing ULONG_MAX to LONG_MAX is appropriate.
Fixed. This is your code, BTW. :-)
Werner