Patch level : 10.0 494

Files correlati     : ve2.exe
Ricompilazione Demo : [ ]
Commento

Separatore pre le  descrizioni nella generazione avanzata codici articolo
\s significa spazio


git-svn-id: svn://10.65.10.50/trunk@19559 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2009-11-03 15:52:02 +00:00
parent e200245bf6
commit a04e66c9d0

View File

@ -435,6 +435,7 @@ const char* esc(
case 'f' : *s2++ = '\f'; break;
case 'n' : *s2++ = '\n'; break;
case 'r' : *s2++ = '\r'; break;
case 's' : *s2++ = ' '; break;
case 't' : *s2++ = '\t'; break;
default :
{