Correzione sul collegamento tra applicazioni. Assegna val solo se
v e' != da NULL, onde evitare GPF's. git-svn-id: svn://10.65.10.50/trunk@3535 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
53f7bf87ed
commit
b5a12f9aa9
@ -961,7 +961,7 @@ bool TRelation_application::filter()
|
|||||||
val = v->sub(from, to);
|
val = v->sub(from, to);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
val = *v;
|
if (v) val = *v;
|
||||||
|
|
||||||
if (v)
|
if (v)
|
||||||
_fixed.add(format("%d=%s", f.dlg(), (const char*)val));
|
_fixed.add(format("%d=%s", f.dlg(), (const char*)val));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user