From af4b33d20879d8e2a69f733f744af742a59881a1 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Fri, 6 Jun 2008 02:14:19 +0000 Subject: Fix parsing of type description git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@640 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/anytopnm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'converter/other/anytopnm') diff --git a/converter/other/anytopnm b/converter/other/anytopnm index 7422a87f..82f57b3b 100755 --- a/converter/other/anytopnm +++ b/converter/other/anytopnm @@ -531,7 +531,7 @@ putInputIntoTempfile "$inputFile" "$file" setMimeType "$file" -typeDescription=`file "$file" | cut -d: -f2- | cut -c2` +typeDescription=`file "$file" | cut -d: -f2- | cut -c2-` determineType "$file" "$mimeType" "$typeDescription" "$fileExtension" -- cgit 1.4.1