Patch level : 2.0 nopatch
Files correlati : Ricompilazione Demo : [ ] Commento : corretto errore di sintassi git-svn-id: svn://10.65.10.50/trunk@11218 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
06710b7564
commit
4cc14dee29
@ -2355,7 +2355,7 @@ TForm_item* TPrint_section::parse_item(const TString& s)
|
|||||||
TForm_item* f = create_item(s);
|
TForm_item* f = create_item(s);
|
||||||
#ifdef DBG
|
#ifdef DBG
|
||||||
if (f == NULL)
|
if (f == NULL)
|
||||||
yesno_fatal_box("Tipo di campo del form non riconosciuto: '%s'", (const char*)s);
|
yesnofatal_box("Tipo di campo del form non riconosciuto: '%s'", (const char*)s);
|
||||||
#endif
|
#endif
|
||||||
return f;
|
return f;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user