Cazzatelle varie

git-svn-id: svn://10.65.10.50/trunk@3667 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1996-09-26 14:53:58 +00:00
parent c57b37bbff
commit 92049cff4f
2 changed files with 2 additions and 2 deletions

View File

@ -901,7 +901,7 @@ void TManutenzione_app::convert_dir()
{
p.addstatus(1);
// prefix().set("");
TTrec & rs = (TTrec &) _recs[i];
const TTrec & rs = (const TTrec &) _recs[i];
const TDir & ds = (const TDir &) _dirs[i];
// prefix().set(pref);
if (ds.len() > 0)

View File

@ -171,7 +171,7 @@ bool TRec_sheet::fld_notify(TSheet_field& f, int r, KEY k)
if (k == K_CTRL + K_INS)
{
TToken_string & row = f.row(r);
row.add("1", FLD_TIPO - 101);
row.add("1", f.cid2index(FLD_TIPO));
}
return TRUE;
}