On 24 Dec 2003, Andrea Nicolini wrote:
> OK I verified that on Hylafax 4.1.8 tiffcheck is on version 1.3,
> while on cvs it is on 1.5. Here's the diff:
>
> diff 4.1.8/tiffcheck.c++ cvs/tiffcheck.c++
> 1c1
> < /* $Id: tiffcheck.c++,v 1.3 2003/02/09 02:22:54 darren Exp $ */
> ---
> > /* $Id: tiffcheck.c++,v 1.5 2003/10/13 23:35:17 lhoward Exp $
*/
> 67c67
I'm on vacation right now and not properly able to verify your
findings,
but I have no reason to doubt you.
> < while ((c = getopt(argc, argv, "r:l:w:12")) != -1)
> ---
> > while ((c = getopt(argc, argv, "r:l:w:123")) != -1)
> 95a96,101