From fc66773106fe87693c095e4b564cf0bd369c3857 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 20 May 2010 21:04:45 +0000 Subject: 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 --- converter/other/anytopnm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'converter/other') 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 ;; -- cgit 1.4.1