Re-merge workaround for bug 1414. RCL_3 PDK_3.0.0 PDK_3.0.1
authorPat Downey <patd@symbian.org>
Tue, 18 May 2010 16:09:26 +0100
branchRCL_3
changeset 16 2b9101578f5e
parent 15 d3300267661e (current diff)
parent 11 dc99d5dd2e71 (diff)
child 27 19f74a1096d4
Re-merge workaround for bug 1414.
--- a/gfxconversion/mifconv/src/mifconv_iconbinaryconverter.cpp	Tue May 11 16:43:53 2010 +0300
+++ b/gfxconversion/mifconv/src/mifconv_iconbinaryconverter.cpp	Tue May 18 16:09:26 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");