Follow-up Comment #4, bug #29349 (project coreutils):

Huh?  Notice that required_mon_width is declared at file scope, with the
static modifier.  C89 _guarantees_ that it is therefore initialized to 0 at
program startup.  The comment above its declaration states that 0 means to not
use precomputed values, so obviously the intent is that the rest of the file
should be able to deal with it being 0.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29349>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/






Reply via email to