Author Topic: The 26 december 2006 build will NOT be out.  (Read 6811 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 26 december 2006 build will NOT be out.
« on: December 26, 2006, 06:10:39 pm »
no commits

Online stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 26 december 2006 build will NOT be out.
« Reply #1 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;
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 26 december 2006 build will NOT be out.
« Reply #2 on: December 26, 2006, 10:27:26 pm »
fixed