Reverse merged revision(s) 23342-23341 from branches/R_10_00/src/include/relation.cpp:
git-svn-id: svn://10.65.10.50/branches/R_10_00@23580 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
93f9a6f51e
commit
2fd206ccae
@ -1130,13 +1130,13 @@ TRecnotype TCursor::buildcursor(TRecnotype rp)
|
||||
TString msg("Elaborazione ");
|
||||
TDir d(_if->lfile().num());
|
||||
|
||||
//msg << d.des();
|
||||
msg << d.des();
|
||||
|
||||
//TProgress_monitor pi(items, msg);
|
||||
TProgress_monitor pi(items, msg);
|
||||
|
||||
while (!DB_index_eof(fhnd))
|
||||
{
|
||||
//pi.add_status();
|
||||
pi.add_status();
|
||||
const char *s0 = DB_index_getkey(fhnd);
|
||||
if (l && (strncmp(to(), s0, l) < 0))
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user