[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-commits] Commit Complete
Commit by : alex
Repository : xara
Revision : 1662
Date : Fri Aug 4 10:25:25 BST 2006
Changed paths:
M /Trunk/XaraLX/wxOil/errors.cpp
Fix an error that can only cause SEGV rather than doing anything useful
Diff:
Index: Trunk/XaraLX/wxOil/errors.cpp
===================================================================
--- Trunk/XaraLX/wxOil/errors.cpp (revision 1661)
+++ Trunk/XaraLX/wxOil/errors.cpp (revision 1662)
@@ -917,7 +917,7 @@
// minimum acceptable error string...
if (InSetError)
{
- TRACE(FALSE,"SetError really has been called recursively (1)
");
+ TRACE(_T("SetError really has been called recursively (1)
"));
RalphErrorID =ErrorID = _R(IDE_EX_BADOP); // should have it's own, but...
ErrStatus = ERRORSTAT_TEXT;
ErrorHasBeenReported=FALSE;
Xara