Bug 13811 - Missing double quote in pstopnm script.
Summary: Missing double quote in pstopnm script.
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: libgr
Version: 6.2
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nalin Dahyabhai
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-07-12 17:28 UTC by David Zeitler
Modified: 2008-05-01 15:37 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-07-12 17:28:54 UTC
Embargoed:


Attachments (Terms of Use)

Description David Zeitler 2000-07-12 17:28:53 UTC
Missing double quote in pstopnm script. The problem manifests itself when
invoking the utility without either xsize or ysize.

Diffs of the fix follow:

231c231,232
<           # neither xsize nor ysize was specified; compute them from xmax
and ymax
---
>           # neither xsize nor ysize was specified; compute them from
>           # xmax and ymax
234c235
<           set xres = `(echo "scale=4";echo "if($xres>$yres)$yres";echo
"if($yres>$xres)$xres";echo "if($xres==$yres)$xres")|bc -l`
---
>           set xres = `(echo "scale=4";echo "if($xres>$yres)$yres";echo
"if($yres>$xres)$xres";echo "if($xres==$yres)$xres)|bc -l`

Comment 1 Nalin Dahyabhai 2000-07-17 21:13:43 UTC
This fix is being incorporated into netpbm-9.5-3, which will
replace libgr in the next release.


Note You need to log in before you can comment on or make changes to this bug.