Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Apr 2003 14:20:10 -0700 (PDT)
From:      Serge Gagnon <gagnon__s@videotron.ca>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/50967: [patch] ftp/ftptool patch the file lex.c
Message-ID:  <200304182120.h3ILKA6Q050856@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/50967; it has been noted by GNATS.

From: Serge Gagnon <gagnon__s@videotron.ca>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/50967: [patch] ftp/ftptool patch the file lex.c
Date: Fri, 18 Apr 2003 17:27:01 -0400

 I also notice a y2k problem with batch processing. Rectify.
 
 --- create_other.c.orig	Fri Apr 18 16:10:42 2003
 +++ create_other.c	Fri Apr 18 16:11:37 2003
 @@ -1517,7 +1517,7 @@
  		PANEL_VALUE_DISPLAY_LENGTH, 4,
  		PANEL_VALUE_STORED_LENGTH, 40,
  		PANEL_MIN_VALUE, 1992,
 -		PANEL_MAX_VALUE, 2000,
 +		PANEL_MAX_VALUE, 2999,
  		PANEL_ITEM_X, xv_get(schedule_window.day, XV_X)
  		    + xv_get(schedule_window.day, XV_WIDTH)
  		    + xv_col(schedule_window.panel, 1),
 
 
 -- 
 Serge Gagnon
 Quebec, Qc, Canada
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304182120.h3ILKA6Q050856>