gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11452: Fixed buggy OGL-stuff nobody


From: Markus Gothe
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11452: Fixed buggy OGL-stuff nobody have compiled in ages
Date: Sun, 30 Aug 2009 01:59:24 +0200
User-agent: Bazaar (1.16.1)

------------------------------------------------------------
revno: 11452
committer: Markus Gothe <address@hidden>
branch nick: trunk
timestamp: Sun 2009-08-30 01:59:24 +0200
message:
  Fixed buggy OGL-stuff nobody have compiled in ages
modified:
  gui/sdl_ogl_glue.cpp
=== modified file 'gui/sdl_ogl_glue.cpp'
--- a/gui/sdl_ogl_glue.cpp      2009-08-29 23:54:44 +0000
+++ b/gui/sdl_ogl_glue.cpp      2009-08-29 23:59:24 +0000
@@ -43,7 +43,7 @@
 
 }
 
-bool SdlOglGlue::init(int argc, char** argv[])
+bool SdlOglGlue::init(int argc, char ***argv)
 {
 //    GNASH_REPORT_FUNCTION;
 #ifdef FIX_I810_LOD_BIAS


reply via email to

[Prev in Thread] Current Thread [Next in Thread]