From 050a846edd8e6375e3569b59c78ce99daaa12f1e Mon Sep 17 00:00:00 2001 From: cris Date: Fri, 20 Dec 2002 12:25:10 +0000 Subject: [PATCH] Patch level : avis Files correlati : at5.exe Ricompilazione Demo : [ ] Commento : sistemato ; git-svn-id: svn://10.65.10.50/trunk@10700 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- at/at5300.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/at/at5300.cpp b/at/at5300.cpp index 88cd25959..e45dd7e09 100755 --- a/at/at5300.cpp +++ b/at/at5300.cpp @@ -388,7 +388,7 @@ bool TTurniControlli::filter_func_turnicon(const TRelation* rel) const TRectype& riga = app()._scontrolli->row(r); TString16 tipocon = riga.get(CON_TIPOCON); //if ((tipocon == app()._tipo1) || (tipocon == app()._tipo2)) - if (app()._tipicon.is_key((const char*) tipocon)); + if (app()._tipicon.is_key((const char*) tipocon)) { fatto = TRUE; if (app()._primadel.ok())