I tried that (on a 32 bit, x86 linux box) using ft from cvs as of a week
or so ago.

I couldn't trigger the bug using the versions of ZX and ZY included in
the rar.

I changed the printf() from %ld to %lx; hex helped show one issue:

When it does report a false value, it is always the case that:

     (master->axis[i].def)<<16 == master->axis[i].minimum

So thre seems to be a missing or incorrect shift someplace and every
time it occurs the default value is the minimum value.  (Assuming that
/DesignVector is what master->axis[i].def returns.)

-JimC
-- 
James Cloos <[EMAIL PROTECTED]>         OpenPGP: 1024D/ED7DAEA6


_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to