summaryrefslogtreecommitdiff
path: root/tomacbinary.c
diff options
context:
space:
mode:
authorGeorge Williams <gww@silcom.com>2003-11-04 19:42:06 +0000
committerGeorge Williams <gww@silcom.com>2003-11-04 19:42:06 +0000
commit62a4dbead286c3b4ebef16957cfc7df9fc632db7 (patch)
tree63f1e7a4e03f640d7f16b8ec2138bf76d6798abb /tomacbinary.c
parent48796f6f4e279a82654092d7c09dbc60fa56ed9e (diff)
We had an overly simplistic bdf parser in ufond, which failed to read some bdf fonts properly.
Diffstat (limited to 'tomacbinary.c')
-rw-r--r--tomacbinary.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tomacbinary.c b/tomacbinary.c
index e1f297f..0500140 100644
--- a/tomacbinary.c
+++ b/tomacbinary.c
@@ -50,6 +50,7 @@
/* MacBinary files use the same CRC that binhex does (in the MacBinary header) */
extern unsigned long binhex_crc(unsigned char *buffer,int size);
+/* the resource fork may be opened (on Mac OS/X) by <filename>/rsrc */
/* tobin [-res rfilename] filename {[-res filename] rfilename} */