From 702e2fe52cbaff8b27fc90da6643b501f33159c8 Mon Sep 17 00:00:00 2001 From: guy Date: Thu, 4 Dec 2008 16:48:25 +0000 Subject: [PATCH] Patch level : 10.0 Files correlati : ba1 Ricompilazione Demo : [ ] Commento : Corretti conflitti git-svn-id: svn://10.65.10.50/trunk@17813 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ba/ba1100.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ba/ba1100.cpp b/ba/ba1100.cpp index 1a93d0dd3..ca3716513 100755 --- a/ba/ba1100.cpp +++ b/ba/ba1100.cpp @@ -969,11 +969,11 @@ void TManutenzione_app::update_dir() { if (flags < 10000L && to_create) { - xvt_fsys_file_remove(d.filename()); + xvt_fsys_remove_file(d.filename()); TToken_string idx_names; get_idx_names(i, idx_names); FOR_EACH_TOKEN(idx_names, idx_name) - xvt_fsys_file_remove(idx_name); + xvt_fsys_remove_file(idx_name); d.get(i, _nolock, _nordir, _sysdirop); d.eod() = 0L; d.eox() = 0L;