Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide
Translations



Rockbox mail archive

Subject: Re: convbdf bug

Re: convbdf bug

From: Greg Haerr <greg_at_censoft.com>
Date: Thu, 19 Sep 2002 18:59:33 -0600

: If there's no newline at the end of the last line of a bdf file, the convbdf
: stops with a "Error: EOF on file".

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
without a newline at the end)

Regards,

Greg
Received on 2002-09-20

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy