diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2014-06-26 03:31:11 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2014-06-26 03:31:11 +0000 |
commit | 53a6f5e4b641007ecf6029a0f0e46c8d5407bd61 (patch) | |
tree | d3d93c4c7c4083d7ba375c14a784c29d2c8ded47 /converter/other/pamtosvg/thin-image.c | |
parent | a6c2d00ca318928ab1b7a1962396429a0dec180d (diff) | |
download | netpbm-mirror-53a6f5e4b641007ecf6029a0f0e46c8d5407bd61.tar.gz netpbm-mirror-53a6f5e4b641007ecf6029a0f0e46c8d5407bd61.tar.xz netpbm-mirror-53a6f5e4b641007ecf6029a0f0e46c8d5407bd61.zip |
Remove ambiguous, incorrect use of 'support'
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2212 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/pamtosvg/thin-image.c')
-rw-r--r-- | converter/other/pamtosvg/thin-image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/pamtosvg/thin-image.c b/converter/other/pamtosvg/thin-image.c index 86d1037c..364f67cc 100644 --- a/converter/other/pamtosvg/thin-image.c +++ b/converter/other/pamtosvg/thin-image.c @@ -189,7 +189,7 @@ thin_image(bitmap_type *image, bool bgSpec, pixel bg, default: { - LOG1 ("thin_image: %u-plane images are not supported", spp); + LOG1 ("thin_image: Don't know how to interpret %u-plane images", spp); at_exception_fatal(exp, "thin_image: wrong plane images are passed"); goto cleanup; } |