diff --git a/src/ve/ve5200.cpp b/src/ve/ve5200.cpp index 143ad84d3..1f0891c51 100755 --- a/src/ve/ve5200.cpp +++ b/src/ve/ve5200.cpp @@ -126,7 +126,7 @@ void TStatus_change::main_loop() do_elab(*doc); // Invia anche la transazione se necessario - if (err = NOERR && ::can_dispatch_transaction(*doc)) + if (err == NOERR && ::can_dispatch_transaction(*doc)) { TFilename tmpname; tmpname.tempdir(); tmpname.add("ve5trans.ini"); { // Parentesi strategiche