From 9c46904f4205fbff638a20c6af4f4edb2e50ede8 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 26 Jan 1995 14:49:33 +0000 Subject: [PATCH] corretta autosave git-svn-id: svn://10.65.10.50/trunk@914 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/cg5300.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cg/cg5300.cpp b/cg/cg5300.cpp index c63c9364c..c6575f606 100755 --- a/cg/cg5300.cpp +++ b/cg/cg5300.cpp @@ -281,7 +281,7 @@ int CG5300_App::rewrite(const TMask& m) lia.put("CODTAB", year); was = lia.read() == NOERR; if (!was) lia.zero(); - m.autosave(); + m.autosave(get_relation()); if (err == NOERR) err = (was ? lia.rewrite() : lia.write()); if (err == NOERR && year == _yearliq) { @@ -369,4 +369,4 @@ int cg5300(int argc, char* argv[]) - \ No newline at end of file +