diff -r c7c26511138f -r 360bd6b35136 e32tools/elf2e32/source/imgdump.cpp --- a/e32tools/elf2e32/source/imgdump.cpp Wed Jun 16 16:51:40 2010 +0300 +++ b/e32tools/elf2e32/source/imgdump.cpp Wed Jun 23 16:56:47 2010 +0800 @@ -46,7 +46,7 @@ */ void PrintString(const char *aFmt,...) { - TText imageText[KMaxStringLength]; + char imageText[KMaxStringLength]; va_list list; va_start(list,aFmt); VSNPRINTF((char *)imageText,KMaxStringLength,aFmt,list); @@ -122,7 +122,7 @@ @param aDumpFlags sub options passed to the 'dump' option */ -void E32ImageFile::Dump(TText *aFileName,TInt aDumpFlags) +void E32ImageFile::Dump(const char* aFileName,TInt aDumpFlags) { PrintString("E32ImageFile '%s'\n", aFileName); DumpHeader(aDumpFlags);