Sostituita getstr() con get()

git-svn-id: svn://10.65.10.50/trunk@3454 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1996-08-28 07:40:54 +00:00
parent edf136ad07
commit 2ab7b67288

View File

@ -307,7 +307,7 @@ void TStampaScadenzario::look_in_cache(real& a, real& b, TAssoc_array& uns, TAss
k << rp.get_char(PART_TIPOCF) << rp.get_int(PART_GRUPPO) ;
k << rp.get_int(PART_CONTO) << rp.get_long(PART_SOTTOCONTO);
k << rp.get_int(PART_ANNO);
k << rp.get_str(PART_NUMPART);
k << rp.get(PART_NUMPART);
if (uns.is_key(k)) a = (real&)uns[k];
if (unsnc.is_key(k)) b = (real&)unsnc[k];
}