Patch level : 4.0

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/trunk@15368 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2007-05-28 12:47:45 +00:00
parent eb07cc378f
commit daebbf55bf
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#include "cg5500a.h"
TOOLBAR "" 0 20 0 2
TOOLBAR "" 0 -2 0 2
#include "cg5500t.h"

View File

@ -206,7 +206,7 @@ int TMastrini_application::righe_rimaste_da_stampare()
if ( (printer().formlen() % 2) != 0)
righe_rimaste = (printer().formlen() / 2) + 1; //33;
else
righe_rimaste = printer().formlen / 2;
righe_rimaste = printer().formlen() / 2;
}
}
}