Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 36216 Details for
Bug 58287
games-action/shootingstar-1.2.0 fails to emerge
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch for source
gcc34_fixes.diff (text/plain), 1.03 KB, created by
Loz Hygate
on 2004-07-26 13:07:28 UTC
(
hide
)
Description:
Proposed patch for source
Filename:
MIME Type:
Creator:
Loz Hygate
Created:
2004-07-26 13:07:28 UTC
Size:
1.03 KB
patch
obsolete
>diff -ur shootingstar-1.2.0/src/engine/cTextureFont.cpp shootingstar-1.2.0.loz/src/engine/cTextureFont.cpp >--- shootingstar-1.2.0/src/engine/cTextureFont.cpp 2003-07-06 19:31:10.000000000 +0100 >+++ shootingstar-1.2.0.loz/src/engine/cTextureFont.cpp 2004-07-26 20:51:16.992768063 +0100 >@@ -31,6 +31,7 @@ > #include <stdio.h> > #include <GL/gl.h> > #include <GL/glu.h> >+#include <math.h> > #include "cTextureManager.hpp" > #include "Debug.hpp" > //------------------------------------------------------------------------------ >diff -ur shootingstar-1.2.0/src/game/cOptions.cpp shootingstar-1.2.0.loz/src/game/cOptions.cpp >--- shootingstar-1.2.0/src/game/cOptions.cpp 2003-12-22 05:09:06.000000000 +0000 >+++ shootingstar-1.2.0.loz/src/game/cOptions.cpp 2004-07-26 21:00:25.265284270 +0100 >@@ -201,7 +201,7 @@ > dbgError () << "Unable to read from options file\n"; > throw runtime_error ("Unable to load options"); > } >- int (keys.keys[i]) = key; // IS THIS SAFE? >+ keys.keys[i] = (SDLKey)key; // IS THIS SAFE? > > fin >> key; > keys.buttons[i] = key;
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 58287
: 36216 |
36218