bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#5781: [bug #29349] ls.c missing HAVE_NL_LANGINFO check


From: Eric Blake
Subject: bug#5781: [bug #29349] ls.c missing HAVE_NL_LANGINFO check
Date: Fri, 26 Mar 2010 15:48:13 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100216 Fedora/3.5.8-1.fc12 Firefox/3.5.8

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

[Prev in Thread] Current Thread [Next in Thread]