diff --git a/VERSION b/VERSION index d127a0ff..b105b3a9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.3 +8.3.4 diff --git a/commands/CmdCD.c b/commands/CmdCD.c index e60af349..c72be050 100644 --- a/commands/CmdCD.c +++ b/commands/CmdCD.c @@ -3373,7 +3373,7 @@ CmdDrc(w, cmd) #else if ((DRCBackGround != DRC_SET_OFF) && (count_total == -1)) count_total = 0; - if (count_gotal >= 0) + if (count_total >= 0) TxPrintf("Total DRC errors found: %d\n", count_total); #endif break;