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
This commit is contained in:
guy 1997-08-01 13:21:28 +00:00
parent a15f7960d0
commit 847e59565c
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,3 @@
#include <xvt.h>
#include <applicat.h>
#include <checks.h>
@ -29,6 +27,7 @@ int main(int argc,char** argv)
error_box(usage); break;
}
exit(0);
return 0;
}

View File

@ -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
{