From 3b0fee2a4550b6e48946a8f6977524e4af43fb0f Mon Sep 17 00:00:00 2001 From: nik Date: Wed, 18 Oct 1995 11:00:49 +0000 Subject: [PATCH] Corretto errore git-svn-id: svn://10.65.10.50/trunk@1972 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/cg3400.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cg/cg3400.cpp b/cg/cg3400.cpp index 8def44446..dd3a94411 100755 --- a/cg/cg3400.cpp +++ b/cg/cg3400.cpp @@ -1971,10 +1971,9 @@ bool CG3400_application::set_print(int) tasto = mb.run(); if (tasto == K_ENTER) { - real dare2; _nprog_da = mb.get_long(N_RIGA_STAMPATO); _last_data = mb.get(ULTIMA_DATA); - dare2 = mb.get_long(PROGR_DARE); + real dare2(mb.get(PROGR_DARE)); _pagina_da = mb.get_int(PAGINA_DA); // "Se l'utente cambia il progressivo dare, esso viene uguagliato all'avere" if (dare2 != _tot_dare)