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:
parent
193aa479cd
commit
ecb53048ca
@ -1,4 +1,4 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <mailbox.h>
|
#include <mailbox.h>
|
||||||
#include <urldefid.h>
|
#include <urldefid.h>
|
||||||
#include <execp.h>
|
#include <execp.h>
|
||||||
@ -1394,7 +1394,8 @@ bool TPrimanota_application::link_m770()
|
|||||||
|
|
||||||
int cg2100 (int argc, char** argv)
|
int cg2100 (int argc, char** argv)
|
||||||
{
|
{
|
||||||
TPrimanota_application a;
|
TPrimanota_application* a = new TPrimanota_application;
|
||||||
a.run(argc, argv, "Prima nota");
|
a->run(argc, argv, "Prima nota");
|
||||||
|
delete a;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
@ -351,7 +351,7 @@ BEGIN
|
|||||||
ITEM "Sott./c@6"
|
ITEM "Sott./c@6"
|
||||||
ITEM "Descrizione contropartita@30"
|
ITEM "Descrizione contropartita@30"
|
||||||
ITEM "Giornale"
|
ITEM "Giornale"
|
||||||
ITEM " @1"
|
ITEM "Tipo riga@16"
|
||||||
END
|
END
|
||||||
|
|
||||||
NUMBER F_DARE 15
|
NUMBER F_DARE 15
|
||||||
|
@ -622,7 +622,7 @@ BEGIN
|
|||||||
ITEM "Sott./c@6"
|
ITEM "Sott./c@6"
|
||||||
ITEM "Descrizione contropartita@30"
|
ITEM "Descrizione contropartita@30"
|
||||||
ITEM "Giornale"
|
ITEM "Giornale"
|
||||||
ITEM " @1"
|
ITEM "Tipo riga@16"
|
||||||
END
|
END
|
||||||
|
|
||||||
NUMBER F_DARE 15
|
NUMBER F_DARE 15
|
||||||
|
Loading…
x
Reference in New Issue
Block a user