Patch level : 10.0

Files correlati     : cg5.exe
Ricompilazione Demo : [ ]
Commento            :
Sostituita funzione deprecated stricmp con xvt_str_compare_ignoring_case


git-svn-id: svn://10.65.10.50/trunk@16878 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2008-07-17 08:14:37 +00:00
parent 193455fc91
commit bd1ba50597

View File

@ -173,7 +173,7 @@ bool TRipristina_stampa::inl_restore(const TString& lib, int year, int month)
bool TRipristina_stampa::create()
{
if (argc() > 2 && stricmp(argv(2), "INL") == 0)
if (argc() > 2 && xvt_str_compare_ignoring_case(argv(2), "INL") == 0)
_op = restore_inl;
return TSkeleton_application::create();
}