diff --git a/src/decstat.cpp b/src/decstat.cpp index e5f0c27..dd8e086 100644 --- a/src/decstat.cpp +++ b/src/decstat.cpp @@ -710,7 +710,7 @@ next: } // Dans un bouton stop/setup/write ? - if (textRes == 0 && m_statHili >= 100) + if (!strlen (textRes) && m_statHili >= 100) { if (m_statHili == 100) textRes = gettext ("Interrupt");