[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Use of FT_Long (= unsigned long) in psaux module
From: |
Tom Kacvinsky |
Subject: |
Use of FT_Long (= unsigned long) in psaux module |
Date: |
Sun, 8 Oct 2000 17:54:16 -0400 (EDT) |
While tracking down some bugs in ft2, I noticed that the psaux module's
t1decode.c is using FT_Long (= unsigned long) in a few places where a
32 bit signed quantity is necessary. I write necessary because FT_Long
is 64 bits long on a 64 bit box, and the calculations that occur are done
with 32 bit ints in mind. Oops...
- Use of FT_Long (= unsigned long) in psaux module,
Tom Kacvinsky <=