[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Router Child process terminated on Singal 8 - patch



Hi,

To quickly fix the problem, see patch below:

*** dateparse.c	Fri Jul 14 11:26:51 2000
--- dateparse.c_Orig	Thu Jul 13 16:01:31 2000
***************
*** 663,669 ****
  		century = this_century;
  	if (year <= 0 && !have_year) /* default year (wraparound buggy...) */
  		year += localtmptr->tm_year%100;
! 	if (month <= 0) 	/* default month */
  		month = localtmptr->tm_mon + 1;
  	if (dayinmonth < 0)	/* default day in month */
  		dayinmonth = localtmptr->tm_mday;
--- 663,669 ----
  		century = this_century;
  	if (year <= 0 && !have_year) /* default year (wraparound buggy...) */
  		year += localtmptr->tm_year%100;
! 	if (month < 0) 	/* default month */
  		month = localtmptr->tm_mon + 1;
  	if (dayinmonth < 0)	/* default day in month */
  		dayinmonth = localtmptr->tm_mday;



Grace He			
e-mail: ghe@scs.ryerson.ca

School of Computer Science	Phone : (416) 979-5000, ext. 6697
Ryerson Polytechnic University	Fax   : (416) 979-5064