about summary refs log tree commit diff
path: root/converter/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-05-20 21:04:45 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-05-20 21:04:45 +0000
commitfc66773106fe87693c095e4b564cf0bd369c3857 (patch)
tree5fab6a02bc3f3f9d077529e9003635904473d26c /converter/other
parent5e3a1ff09e327f6e1de32ae3d4718f3579559f32 (diff)
downloadnetpbm-mirror-fc66773106fe87693c095e4b564cf0bd369c3857.tar.gz
netpbm-mirror-fc66773106fe87693c095e4b564cf0bd369c3857.tar.xz
netpbm-mirror-fc66773106fe87693c095e4b564cf0bd369c3857.zip
Recognize "PC bitmap" description from 'file' for a BMP
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1217 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other')
-rwxr-xr-xconverter/other/anytopnm3
1 files changed, 2 insertions, 1 deletions
diff --git a/converter/other/anytopnm b/converter/other/anytopnm
index 82f57b3b..17464fac 100755
--- a/converter/other/anytopnm
+++ b/converter/other/anytopnm
@@ -129,7 +129,8 @@ computeTypeFromTypeDescription () {
             filetype=tiff
             ;;
     
-        *PC*bitmap*data* )
+        # We have seen "PC bitmap" and "PC bitmap data"
+        *PC*bitmap* )
             filetype=bmp
             ;;