Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on December 26, 2006, 06:10:39 PM

Title: The 26 december 2006 build will NOT be out.
Post by: killerbot on December 26, 2006, 06:10:39 PM
no commits
Title: Re: The 26 december 2006 build will NOT be out.
Post by: stahta01 on December 26, 2006, 09:39:34 PM
SVN 3425 has extra ); in it, patch below. Tim S


Index: src/tools/cb_share_config/mainframe.cpp
===================================================================
--- src/tools/cb_share_config/mainframe.cpp   (revision 3425)
+++ src/tools/cb_share_config/mainframe.cpp   (working copy)
@@ -254,7 +254,6 @@
#if (WXWIN_COMPATIBILITY_2_4)
     | wxHIDE_READONLY
#endif
-    );
   );

   return filename;
Title: Re: The 26 december 2006 build will NOT be out.
Post by: killerbot on December 26, 2006, 10:27:26 PM
fixed