question on l10n

Mirko Melis mirko.m@ovunque-si.it
Wed Mar 5 16:09:00 GMT 2008


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




More information about the Libc-alpha mailing list