|
|
Rockbox mail archiveSubject: Re: convbdf bugFrom: Greg Haerr (greg_at_censoft.com) Date: 2002-09-20
: If there's no newline at the end of the last line of a bdf file, the convbdf
Change the line in function bdf_getline() that reads "if (c == EOF)" to:
if (c == EOF && b == buf)
and let me know if that fixes it. (My editor won't create a file
Regards,
Greg
Page was last modified "Jan 10 2012" The Rockbox Crew |