Corretta la chiamata a DB_packindex(). Chiamata con il parametro di

richiesta correzione record duplicati.


git-svn-id: svn://10.65.10.50/trunk@2708 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1996-03-29 16:38:07 +00:00
parent 986bca20fe
commit b13b944326

View File

@ -3349,7 +3349,7 @@ int packindex(bool vis, int num, TString& name)
d.get(num,_nolock, _nordir,_sysdirop);
d.get(num,_nolock, (d.is_com()) ? _comdir : _nordir);
r.get(num);
err=DB_packindex(vis, name, r.rec(), &peod);
err=DB_packindex(vis, name, r.rec(), &peod,TRUE);
if (err != NOERR) err = get_error(err);
#ifdef DBG