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

[XaraXtreme-dev] Commit Complete



Commit by  : luke
Repository : xara
Revision   : 695
Date       : Mon Mar 20 17:05:40 GMT 2006

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

Fix menu load issue (but there still seems some issues with creating resource.xrs)


Diff:
Index: Trunk/XaraLX/wxOil/oilfiles.cpp
===================================================================
--- Trunk/XaraLX/wxOil/oilfiles.cpp	(revision 694)
+++ Trunk/XaraLX/wxOil/oilfiles.cpp	(revision 695)
@@ -254,7 +254,8 @@
 	IsOpen			= TRUE;
 
 	// Read into memory
-	DescribeBlock( MemHandle, &MemFile, &FileSize );
+	size_t cbDescSize;
+	DescribeBlock( MemHandle, &MemFile, &cbDescSize );
 	pStream->Read( MemFile, FileSize );
 	
 	// If we haven't read all the file, we must have failed


Xara