Patch level :aga 2.0
Files correlati :cg vari Ricompilazione Demo : [ ] Commento :sistemati errori di compilazione nel riporto git-svn-id: svn://10.65.10.50/trunk@10723 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
e3af7d7b32
commit
c94031af06
@ -914,8 +914,7 @@ bool TCaus_app::user_create()
|
||||
bool TCaus_app::user_destroy()
|
||||
{
|
||||
delete _msk;
|
||||
delete _rcaus_rec;
|
||||
delete _rcaus;
|
||||
delete _rcaus_rec;
|
||||
delete _rel;
|
||||
|
||||
return TRUE;
|
||||
|
@ -1709,7 +1709,7 @@ bool TPrimanota_application::link_cesp(const TMask& msk, const char* action)
|
||||
TString appname;
|
||||
appname << "ce1 -4 /c" << cespini;
|
||||
TExternal_app app(appname);
|
||||
bool ok = app.run();
|
||||
bool ok = app.run() != 0;
|
||||
|
||||
return ok;
|
||||
}
|
||||
|
@ -1937,7 +1937,7 @@ void TStampa_allegati::scrivi_coda_elenco_fornitori()
|
||||
{
|
||||
TPrintrow * riga = new TPrintrow();
|
||||
TString record (LUNGHEZZA_RECORD);
|
||||
char segno[10];
|
||||
char segno[10] = " ";
|
||||
|
||||
record.fill (' ');
|
||||
|
||||
|
@ -224,7 +224,7 @@ bool VersAcc_app::menu(MENU_TAG)
|
||||
|
||||
bool VersAcc_app::check_acc()
|
||||
{
|
||||
KEY k;
|
||||
KEY k = 0;
|
||||
|
||||
TMask m("cg4800a");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user