merge fix for Bug1414 RCL_3 PDK_3.0.h
authorandysimpson <andrews@symbian.org>
Sat, 27 Feb 2010 17:00:57 +0000
branchRCL_3
changeset 5 0f973a9226e8
parent 4 23f0e6a5b752 (current diff)
parent 2 53df912d30f4 (diff)
child 8 114de25cd3ca
child 11 dc99d5dd2e71
merge fix for Bug1414
--- a/gfxconversion/mifconv/src/mifconv_iconbinaryconverter.cpp	Fri Feb 19 23:21:59 2010 +0200
+++ b/gfxconversion/mifconv/src/mifconv_iconbinaryconverter.cpp	Sat Feb 27 17:00:57 2010 +0000
@@ -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");