Bugzilla – Attachment 60255 Details for
Bug 137998
fluidsynth crashes on 64-bit architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
beneficial one-liner
fluid-64bit-fix (text/plain), 476 bytes, created by
Torsten Duwe
on 2005-12-12 08:04:27 UTC
(
hide
)
Description:
beneficial one-liner
Filename:
MIME Type:
Creator:
Torsten Duwe
Created:
2005-12-12 08:04:27 UTC
Size:
476 bytes
patch
obsolete
>--- fluidsynth-1.0.6/src/fluidsynth_priv.h~ 2005-06-11 23:40:01.000000000 +0200 >+++ fluidsynth-1.0.6/src/fluidsynth_priv.h 2005-12-12 08:21:12.000000000 +0100 >@@ -285,7 +285,7 @@ typedef FILE* fluid_file; > * As soon as proper alignment is supported by the compiler, this > * can be removed. > */ >-#define FLUID_ALIGN16BYTE(ptr)(((int)(ptr)+15) & (~0xFL)) >+#define FLUID_ALIGN16BYTE(ptr)(((long)(ptr)+15) & (~0xFL)) > > #if WITH_FTS > #define FLUID_PRINTF post
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 137998
: 60255