>>>>> "FD" == Frank Doepper <[email protected]> writes:
FD> "%R" is substituted with a float, 204.00 in my case, and apparently FD> gets interpreted by pnmtops as 0 instead of 204. pnmtops.c expects either INT or INTxINT for -dpi (it calls strtol(dpiOpt, &dpistr2, 10) to parse the numbers), so sending it a float is a bug. -JimC -- James Cloos <[email protected]> OpenPGP: 1024D/ED7DAEA6 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

