On Fri, Jun 16, 2006 at 08:01:17AM +0200, Giuseppe Sacco wrote:
> Here are two replies to your remarks. I think I will add these new
> patches to the next Debian package in a few days.
thanks - still some warts to iron out though:
1st off: I applied pathes 1,2,3b,shortcuts-1 to faxinfo.c++ from 4.3.0 -
hope the final .c++ is the intended one.
I get:
* ./faxinfo -r '!' fax07138.tif
Could not open !; either not TIFF or corrupted
i.e. -r seems not working.
Ah... but:
./faxinfo -r fax07138.tif
+49 1234 5678
1
Normal
North American Letter
2002:07:09 15:29:39
1:06
9600 bit/s
1-D MH
No
does work, so it's just the help text wrong.
* there seems to be an off-by-1 problem with -[cC], it'd print eg.
[EMAIL PROTECTED] 1234 [EMAIL PROTECTED]
where '@' shouldn't be there and the printout is actually '[EMAIL PROTECTED]'
* something's really broken though:
faxinfo -S '+' -s '.' -e %s, -E ';' fax07138.tif
Segmentation fault
and also
faxinfo -S '+' -s '%s.' -e %s, -E ';' fax07138.tif
???Q?A???? E?C
?u??`????FimeToRecv.1:06[?),SignalRate.9600 bit/s,DataFormat.1-D
MH,ErrCorrect.No[?),;
* -C -c seems to always include full filename. I'd rather keep just the
filename or even just the serial#, with -n forcing full filename.
needs still some work.
thanks
-- paolo