Fix a compil warning

This commit is contained in:
jean-pierre charras 2020-07-22 09:02:30 +02:00
parent 5fd7064f76
commit a61ea1fb0c
1 changed files with 4 additions and 4 deletions

View File

@ -260,7 +260,7 @@ PCB_EXPR_COMPILER::PCB_EXPR_COMPILER()
PCB_EXPR_EVALUATOR::PCB_EXPR_EVALUATOR()
{
m_result = NAN;
m_result = 0;
m_errorStatus.pendingError = false;
}