about summary refs log tree commit diff
path: root/converter
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-04-20 01:53:32 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-04-20 01:53:32 +0000
commit80580f3f5abebc0f2db86aa132689d8325212cfe (patch)
tree0b745f49f513d19a85da3a813e7bed9c2415e8be /converter
parentdacee5c191cd6ab32d4739f81d5805d4aaf649f6 (diff)
downloadnetpbm-mirror-80580f3f5abebc0f2db86aa132689d8325212cfe.tar.gz
netpbm-mirror-80580f3f5abebc0f2db86aa132689d8325212cfe.tar.xz
netpbm-mirror-80580f3f5abebc0f2db86aa132689d8325212cfe.zip
comments
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1192 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter')
-rw-r--r--converter/other/pnmtopalm/pnmtopalm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/converter/other/pnmtopalm/pnmtopalm.c b/converter/other/pnmtopalm/pnmtopalm.c
index 3d20788c..4947bc60 100644
--- a/converter/other/pnmtopalm/pnmtopalm.c
+++ b/converter/other/pnmtopalm/pnmtopalm.c
@@ -818,6 +818,7 @@ rleCompressAndBufferRow(const unsigned char * const rowdata,
 
 
 
+/* FIXME Incorrect for images with pixelSize == 16 */
 static void
 computeNextPackbitsRun(const unsigned char * const rowdata,
                        unsigned int          const rowbytes,
@@ -895,7 +896,7 @@ packbitsCompressAndBufferRow(const unsigned char * const rowdata,
                              unsigned int          const rowbytes,
                              struct seqBuffer *    const rasterBufferP) {
 /*----------------------------------------------------------------------------
-   Take the raw Palm Bitmap row 'rowdata', which is 'rowbytess' bytes, and
+   Take the raw Palm Bitmap row 'rowdata', which is 'rowbytes' bytes, and
    add the packbits-compressed representation of it to the buffer 
    with handle 'rasterBufferP'.
 -----------------------------------------------------------------------------*/