Tolto l'inutile test su flags < 10000.

git-svn-id: svn://10.65.10.50/trunk@3683 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1996-09-27 13:23:24 +00:00
parent 7d7ba87420
commit 5f12234992

View File

@ -953,7 +953,7 @@ void TManutenzione_app::convert_dir()
i == LF_PCON || i == LF_CAUSALI || i == LF_RCAUSALI)
to_create = TRUE;
if (flags < 10000L && to_create && has_module(module, CHK_DONGLE))
if (to_create && has_module(module, CHK_DONGLE))
{
d.get(i);
TFilename s(d.filename());