This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

question on l10n


Hello, to all

in the file intl/l10nflist.c

why the line

  for (; cnt >= 0; --cnt)

isn't

  for (; cnt > 0; --cnt)

?

the directory at place 0 has been tested just before...

Bye



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]