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

Re: pkg_info bug



 > ones, should we? btw, fgets/strlen are not the best "twix", since their 
 > result not always corresponds to reality.

Ooops, upon second look the change is not necessary.  Line length
can not be zero unless the file is empty, and if the file is empty
fgets returns a null pointer so the code that used line_length
is skipped.

// marc