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:
parent
a15f7960d0
commit
847e59565c
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user