Sostituita la chiamata di getstr() con get().
git-svn-id: svn://10.65.10.50/trunk@3459 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
588282acc0
commit
8a2a655149
@ -284,7 +284,7 @@ int TIsam_date_converter::convert_file(int logicnum)
|
||||
if (tslog_items > 0)
|
||||
for (const char * field_name = tslog.get(0); field_name != NULL; field_name = tslog.get())
|
||||
{
|
||||
const TString16 value(newfile.curr().get_str(field_name));
|
||||
const TString16 value(newfile.curr().get(field_name));
|
||||
|
||||
newfile.put(field_name,value == "X");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user