From 86bfc8c31eaf79bc5b2d28d1025e7e104155eb54 Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Thu, 15 Jul 2010 15:26:26 +0200 Subject: CWS changehid: #i111874#: use HID generation to create conversion list for testtool and help --- soltools/HIDCompiler/hidclex.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'soltools') diff --git a/soltools/HIDCompiler/hidclex.l b/soltools/HIDCompiler/hidclex.l index e99618f30225..565e42960462 100755 --- a/soltools/HIDCompiler/hidclex.l +++ b/soltools/HIDCompiler/hidclex.l @@ -697,7 +697,7 @@ num4tag (([Pp][Oo][Ss][Ss][Ii][Zz][Ee])) globsuffix = globsuffix==NULL ? glob:globsuffix+1; if( ares->helpID ) { - fprintf( outfile,"\n\t printf(\"%s \\t %cs %cu \\n\",\n", + fprintf( outfile,"\n\t printf(\"%s \\t %cs %cs \\n\",\n", ares->helpID,'%','%'); fprintf(outfile,"\t\"HelpID\", (%s) ); \n", ares->helpID); } -- cgit