Page 1 of 1

Very strange bug in the offical celayout tool...

Posted: Mon Jun 18, 2007 14:20
by arrummzen
I downloaded the svn version of the celayout tool and tried to compile it but ran into a serious issue, someone left the letter 'a' at the very top of src/EditorCanvas.cpp. I suggest that the following patch be used to fix the program.

Index: src/EditorCanvas.cpp
===================================================================
--- src/EditorCanvas.cpp (revision 1477)
+++ src/EditorCanvas.cpp (working copy)
@@ -1,4 +1,4 @@
-a///////////////////////////////////////////////////////////////////////////////
+///////////////////////////////////////////////////////////////////////////////
// For project details and authors, refer to "CELayoutEditor.cpp".
//
// This file is free software; you can redistribute it and/or

Thank you for your time,
James Steven Supancic III

Posted: Tue Jun 19, 2007 10:21
by scriptkid
mmm that's odd. I'll look at it, thanks for posting!