From 847e59565c268bc441d9b1c9315754d378310bf4 Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 1 Aug 1997 13:21:28 +0000 Subject: [PATCH] ba1.cpp Aggiunto exit(0) ba1100.cpp Migliorata stampa tracciato record git-svn-id: svn://10.65.10.50/trunk@5019 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ba/ba1.cpp | 3 +-- ba/ba1100.cpp | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ba/ba1.cpp b/ba/ba1.cpp index cf47fb548..9240f5606 100755 --- a/ba/ba1.cpp +++ b/ba/ba1.cpp @@ -1,5 +1,3 @@ -#include - #include #include @@ -29,6 +27,7 @@ int main(int argc,char** argv) error_box(usage); break; } + exit(0); return 0; } diff --git a/ba/ba1100.cpp b/ba/ba1100.cpp index e8dc603d9..f7716be3b 100755 --- a/ba/ba1100.cpp +++ b/ba/ba1100.cpp @@ -274,7 +274,7 @@ void TManutenzione_app::do_print(TPrinter & p, TRec_sheet & r) row.put("Duplicabile", 68); p.setheaderline(4, row); - if (p.rows_left() < 6) + if (p.rows_left() < 5) p.formfeed(); else {