Remerge workaround for Bug 1414 RCL_3 PDK_3.0.i
authorWilliam Roberts <williamr@symbian.org>
Fri, 02 Apr 2010 15:49:46 +0100
branchRCL_3
changeset 11 dc99d5dd2e71
parent 10 478277bdf366 (current diff)
parent 5 0f973a9226e8 (diff)
child 16 2b9101578f5e
Remerge workaround for Bug 1414
--- a/gfxconversion/mifconv/src/mifconv_iconbinaryconverter.cpp	Wed Mar 31 22:34:41 2010 +0300
+++ b/gfxconversion/mifconv/src/mifconv_iconbinaryconverter.cpp	Fri Apr 02 15:49:46 2010 +0100
@@ -238,8 +238,11 @@
         // enclosed with quotation marks. If the whole string is enclosed with quotation marks then it works...
         // For example: command '"\epoc32\tools\bmconv" "somefile"' does not work while command
         // '""\epoc32\tools\bmconv" "somefile""' does.
+        cout << "Mifconvdebugging - executing" << MifConvString("\""+extConverterCommand+"\""+to+"\"\"").c_str() << endl;
+
         if( system(MifConvString("\""+extConverterCommand+"\""+to+"\"\"").c_str()) < 0 )
         {
+            cout << "Mifconvdebugging - failed to execute" << MifConvString("\""+extConverterCommand+"\""+to+"\"\"").c_str() << endl;
             int ernro = errno;  // The error number must check straight away before any next system command
             
             MifConvString errStr("Executing SVGTBINENCODE failed");