Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 85892 Details for
Bug 131854
FlightGear-0.9.10 fails to compile, error occuring in tests/al-info.c
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Apply to fix al-info.c to use the correct data types.
fix-al-info.patch (text/plain), 546 bytes, created by
Kyle A Bishop
on 2006-04-30 18:45:44 UTC
(
hide
)
Description:
Apply to fix al-info.c to use the correct data types.
Filename:
MIME Type:
Creator:
Kyle A Bishop
Created:
2006-04-30 18:45:44 UTC
Size:
546 bytes
patch
obsolete
>*** tests/al-info.c Sun Apr 30 17:16:50 2006 >--- tests/al-info.c Sun Apr 30 17:17:05 2006 >*************** >*** 24,35 **** > > #define MAX_DATA 16 > > int main() > { >! ALCint i,j; >! ALCint data[MAX_DATA]; > ALCdevice *device = NULL; > ALCcontext *context = NULL; > const unsigned char *s; > ALCenum error; > >--- 24,35 ---- > > #define MAX_DATA 16 > > int main() > { >! ALint i,j; >! ALint data[MAX_DATA]; > ALCdevice *device = NULL; > ALCcontext *context = NULL; > const unsigned char *s; > ALCenum error; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 131854
: 85892