[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [leafnode-list] groups always listed as new



tmcd@xxxxxxxx writes:

> I assume there's some reason why you haven't downloaded and installed
> the latest, 1.9.7.  If you stated it before, I'm sorry that I don't
> recall.  Anyway, it may be this problem:

For some strange reason, gnus is hanging when I upgrade to 1.9.7.


> 
> --- nntpd.c.orig	Mon Jul 26 23:07:21 1999
> +++ nntpd.c	Sun Oct 17 23:58:57 1999
> @@ -768,9 +768,9 @@
>      b = a / 10000;
>      if ( b < 100 ) {
>  	if ( b <= year )
> -	    timearray.tm_year = b + century ;
> +	    timearray.tm_year = b + century*100 ;
>  	else
> -	    timearray.tm_year = b + century - 100 ;
> +	    timearray.tm_year = b + (century-1)*100 ;
>      } else
>  	timearray.tm_year = b - 1900 ;
>      timearray.tm_mon  = (a % 10000 / 100) - 1 ;
> 


Thank you for posting that. I made the changes to nntpd.c, make, make
install, and 1.9.4 is working just fine.

I wish I could figure out this gnus problem with 1.9.7. Others on
gnu.emacs.gnus haven't seen the problem so it has to be something that 
I'm doing wrong.

-- 

Robert Koss, Ph.D.  | Object Mentor, Inc.    | Tel: (800) 338-6716
Senior Consultant   | 14619 N Somerset Cr    | Fax: (847) 918-1023
rskoss@xxxxxxx      | Green Oaks IL 60048    | www.objectmentor.com

-- 
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx -- mailing list for leafnode
To unsubscribe, send mail with "unsubscribe" in the subject to the list