]> git.saurik.com Git - wxWidgets.git/commitdiff
umph, had made a dangerous mistake
authorUnknown (NI) <nobody@localhost>
Thu, 20 Jul 2000 18:14:23 +0000 (18:14 +0000)
committerUnknown (NI) <nobody@localhost>
Thu, 20 Jul 2000 18:14:23 +0000 (18:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/glcanvas.cpp
src/gtk1/glcanvas.cpp

index 5cd38dcbbe496332e65366d6a08e7986ee1d4d1c..01f39b67b22de0370e86da2dc75ef5ed2d122bd9 100644 (file)
@@ -309,7 +309,7 @@ bool wxGLCanvas::Create( wxWindow *parent,
     }
     else
     {
     }
     else
     {
-      int data[512], arg=0, p=0;
+      int arg=0, p=0;
        
       while( (attribList[arg]!=0) && (p<510) )
       {
        
       while( (attribList[arg]!=0) && (p<510) )
       {
index 5cd38dcbbe496332e65366d6a08e7986ee1d4d1c..01f39b67b22de0370e86da2dc75ef5ed2d122bd9 100644 (file)
@@ -309,7 +309,7 @@ bool wxGLCanvas::Create( wxWindow *parent,
     }
     else
     {
     }
     else
     {
-      int data[512], arg=0, p=0;
+      int arg=0, p=0;
        
       while( (attribList[arg]!=0) && (p<510) )
       {
        
       while( (attribList[arg]!=0) && (p<510) )
       {