Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 38368 Details for
Bug 61831
Maelstrom fails to compile with GCC 3.4
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Maelstrom gcc34 fix
maelstrom-gcc34.patch (text/plain), 878 bytes, created by
Mark Loeser (RETIRED)
on 2004-08-27 22:52:38 UTC
(
hide
)
Description:
Maelstrom gcc34 fix
Filename:
MIME Type:
Creator:
Mark Loeser (RETIRED)
Created:
2004-08-27 22:52:38 UTC
Size:
878 bytes
patch
obsolete
>diff -ur Maelstrom-3.0.6-orig/buttonlist.h Maelstrom-3.0.6/buttonlist.h >--- Maelstrom-3.0.6-orig/buttonlist.h 2004-08-28 01:43:55.867378220 -0400 >+++ Maelstrom-3.0.6/buttonlist.h 2004-08-28 01:44:23.700062593 -0400 >@@ -16,7 +16,7 @@ > > void Add_Button(Uint16 x, Uint16 y, Uint16 width, Uint16 height, > void (*callback)(void)) { >- struct button *belem; >+ button *belem; > > for ( belem=&button_list; belem->next; belem=belem->next ); > belem->next = new button; >@@ -30,7 +30,7 @@ > } > > void Activate_Button(Uint16 x, Uint16 y) { >- struct button *belem; >+ button *belem; > > for ( belem=button_list.next; belem; belem=belem->next ) { > if ( (x >= belem->x1) && (x <= belem->x2) && >@@ -42,7 +42,7 @@ > } > > void Delete_Buttons(void) { >- struct button *belem, *btemp; >+ button *belem, *btemp; > > for ( belem=button_list.next; belem; ) { > btemp = belem;
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 61831
: 38368