Corretta lettura tracciato da testo
git-svn-id: svn://10.65.10.50/trunk@3861 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
8524e0f62f
commit
3333d79604
@ -549,8 +549,9 @@ void TTrec::update_keydef (int key, const char *desc)
|
||||
TString ke (s.get ());
|
||||
|
||||
if (expr.set ((const char *) ke, _strexpr))
|
||||
{
|
||||
_rec->Ky[key].DupKeys = (*s.get () != ' ');
|
||||
{
|
||||
const char * dup = s.get();
|
||||
_rec->Ky[key].DupKeys = (dup && *dup != ' ');
|
||||
TCodearray & c = expr.code ();
|
||||
c.begin ();
|
||||
int n = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user