Patch level : 10.0 756
Files correlati : tc1.exe Ricompilazione Demo : [ ] Commento Corretta la trascodifica tabelle Zucchetti git-svn-id: svn://10.65.10.50/trunk@20548 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
8578cb914b
commit
7f846653e7
@ -45,7 +45,7 @@ TObject* TRiclassifica_cache::key2obj(const char* key)
|
||||
_multirel.put(MULTI_FIRST, cod);
|
||||
int err = _multirel.read(_isgteq);
|
||||
if (err == NOERR && _multirel.get(MULTI_FIRST) == cod)
|
||||
return new TString(_multirel.get(MULTI_SECOND));
|
||||
return new TString(_multirel.get(MULTI_DATA));
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user