Aggiustate maschere e spostata applicazione sullo heap

git-svn-id: svn://10.65.10.50/trunk@2881 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 1996-05-21 12:47:35 +00:00
parent 193aa479cd
commit ecb53048ca
3 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#include <config.h>
#include <config.h>
#include <mailbox.h>
#include <urldefid.h>
#include <execp.h>
@ -1394,7 +1394,8 @@ bool TPrimanota_application::link_m770()
int cg2100 (int argc, char** argv)
{
TPrimanota_application a;
a.run(argc, argv, "Prima nota");
TPrimanota_application* a = new TPrimanota_application;
a->run(argc, argv, "Prima nota");
delete a;
return 0;
}

View File

@ -351,7 +351,7 @@ BEGIN
ITEM "Sott./c@6"
ITEM "Descrizione contropartita@30"
ITEM "Giornale"
ITEM " @1"
ITEM "Tipo riga@16"
END
NUMBER F_DARE 15

View File

@ -622,7 +622,7 @@ BEGIN
ITEM "Sott./c@6"
ITEM "Descrizione contropartita@30"
ITEM "Giornale"
ITEM " @1"
ITEM "Tipo riga@16"
END
NUMBER F_DARE 15