[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
again ftraster.c...
From: |
Just van Rossum |
Subject: |
again ftraster.c... |
Date: |
Fri, 14 Jan 2000 16:43:06 +0100 |
I have the latest version, but it still doesn't compile with _STANDALONE_
defined. My compiler (Metrowerks CodeWarrior) complains about line 2329:
Error : cannot convert
'char *' to
'unsigned char *'
ftraster.c line 2329 flags = outline->flags + first;
is declared as char *.
If I change line 2261 to
char * flags;
all is well. Or should the FT_Outline struct be changed? Your call...
Just
- again ftraster.c...,
Just van Rossum <=