Patch level : 2.0 NO PATCH
Files correlati : cg3, ve0 Ricompilazione Demo : [ ] Commento : Corretta gestione MESSAGE RUN,..... git-svn-id: svn://10.65.10.50/trunk@11474 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
1fd0a23742
commit
b97c0cfb64
@ -698,7 +698,7 @@ bool TOperable_field::parse_item(TScanner& scanner)
|
|||||||
|
|
||||||
if (scanner.key() == "ME")
|
if (scanner.key() == "ME")
|
||||||
{
|
{
|
||||||
const TString& m = scanner.line().strip_spaces();
|
const TString& m = scanner.line().trim(); // Togli spazi
|
||||||
message(0, TRUE)->add(m);
|
message(0, TRUE)->add(m);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user