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

[XaraXtreme-commits] Commit Complete



Commit by  : luke
Repository : xara
Revision   : 791
Date       : Mon Apr 10 09:37:56 BST 2006

Changed paths:
   M /Trunk/XaraLX/wxOil/pngutil.cpp

Fix 'Crash on reading bitmap', the crash part but not failure to load


Diff:
Index: Trunk/XaraLX/wxOil/pngutil.cpp
===================================================================
--- Trunk/XaraLX/wxOil/pngutil.cpp	(revision 790)
+++ Trunk/XaraLX/wxOil/pngutil.cpp	(revision 791)
@@ -587,7 +587,7 @@
 		/* that's it */
 		return (OK);
    }
-   catch( CFileException* )
+   catch( CFileException )
    {
 	   // catch our form of a file exception
 	   TRACE( _T("PNGUtil::ReadFromFile CC catch handler
"));


Xara