public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/freeglut/files: freeglut-2.6.0_rc1-bsd_joystick.patch
@ 2009-09-20 14:47 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2009-09-20 14:47 UTC (permalink / raw
  To: gentoo-commits

aballier    09/09/20 14:47:39

  Added:                freeglut-2.6.0_rc1-bsd_joystick.patch
  Log:
  Restore still needed bsd fix and add a new one due to recent changes, submitted upstream
  (Portage version: 2.2_rc41/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-libs/freeglut/files/freeglut-2.6.0_rc1-bsd_joystick.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/freeglut/files/freeglut-2.6.0_rc1-bsd_joystick.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/freeglut/files/freeglut-2.6.0_rc1-bsd_joystick.patch?rev=1.1&content-type=text/plain

Index: freeglut-2.6.0_rc1-bsd_joystick.patch
===================================================================
https://sourceforge.net/tracker/?func=detail&aid=2862668&group_id=1032&atid=101032

--- freeglut-2.6.0/src/freeglut_joystick.c.old	2009-09-20 16:28:07 +0200
+++ freeglut-2.6.0/src/freeglut_joystick.c	2009-09-20 16:28:18 +0200
@@ -1325,7 +1325,7 @@
         if( joy->error )
             return;
 
-        snprintf( joyfname, sizeof(buffer), "%s/.joy%drc", getenv( "HOME" ), joy->id );
+        snprintf( joyfname, sizeof(joyfname), "%s/.joy%drc", getenv( "HOME" ), joy->id );
 
         joyfile = fopen( joyfname, "r" );
         joy->error =( joyfile == NULL );






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-20 14:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-20 14:47 [gentoo-commits] gentoo-x86 commit in media-libs/freeglut/files: freeglut-2.6.0_rc1-bsd_joystick.patch Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox