Bug 3836 - FRIBIDI_MAX_STRING_LENGTH is not set properly on 64-bit machines
Summary: FRIBIDI_MAX_STRING_LENGTH is not set properly on 64-bit machines
Status: ASSIGNED
Alias: None
Product: FriBidi
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: Other Linux (All)
: high trivial
Assignee: Behdad Esfahbod
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-22 09:11 UTC by Behdad Esfahbod
Modified: 2013-03-15 13:40 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Behdad Esfahbod 2005-07-22 09:11:19 UTC
#define FRIBIDI_MAX_STRING_LENGTH (sizeof (FriBidiStrIndex) == 2 ?      \
                                   0x7FFE : (sizeof (FriBidiStrIndex) == 1 ? \
                                             0x7E : 0x8FFFFFFEL))


this doesn't work on 64-bit architectures.
Comment 1 chemtech 2013-03-15 13:40:21 UTC
Behdad Esfahbod,
Do you still experience this issue with newer drivers ?
Please check the status of your issue.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.