diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-04-10 21:25:54 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-04-10 21:25:54 +0000 |
commit | 5d62f2ce8ede18bca02795483ded95cafd19fd88 (patch) | |
tree | ca1fb9f6675a4acead7521620eca8daf9f809880 /tools | |
parent | 1031a5731c49a24151f5f50dbe69a52ff5b08446 (diff) |
oops
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17062 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rw-r--r-- | tools/convbdf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/convbdf.c b/tools/convbdf.c index 8e2b4bdcc2..121ca9be8f 100644 --- a/tools/convbdf.c +++ b/tools/convbdf.c @@ -1026,7 +1026,7 @@ int gen_h_header(struct font* pf, char *path) strcpy(buf, ctime(&t)); buf[strlen(buf)-1] = 0; - fprintf(ofp, hdr1, buf, + fprintf(ofp, hdr1, buf, pf->name, pf->facename? pf->facename: "", pf->maxwidth, @@ -1034,7 +1034,7 @@ int gen_h_header(struct font* pf, char *path) pf->size, pf->ascent); - fprintf(ofp, hdr2, buf, + fprintf(ofp, hdr2, pf->descent, pf->firstchar, pf->firstchar+pf->size-1, |