freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ft-devel] FT Jam patch to fix segfault


From: Peter Klotz
Subject: [ft-devel] FT Jam patch to fix segfault
Date: Thu, 3 Sep 2015 11:12:35 +0200

Hello

The attached patch fixes a crash when FT Jam is compiled with a Visual Studio 
AMD64 compiler and run under Windows 8.1

The patch replaces the define _M_IA64 (set only for the IA64 Itanium compiler) 
with _WIN64 (which is set for IA64 and AMD64).

Without the patch the type "FINDTYPE" ends up being 32 bits wide and FT Jam 
crashes.

Regards, Peter.

Attachment: ftjam-2.5.2-64Bit.patch
Description: ftjam-2.5.2-64Bit.patch


reply via email to

[Prev in Thread] Current Thread [Next in Thread]