Mercurial > noffle
view src/expire.h @ 268:f049f8639dc0 noffle
[svn] * src/client.c: Fix old bug in readField() where the last field in a line
would not terminate the buffer properly if the line ended with \0. This
could in practice lead to rubbish in the Lines: field, with extra
numerals from the preceding Bytes: field being added.
author | bears |
---|---|
date | Tue, 08 Oct 2002 14:52:52 +0100 |
parents | 52f467c7213b |
children |
line wrap: on
line source
/* expire.h Handle expiring articles $Id: expire.h 387 2002-06-26 13:15:44Z bears $ */ #ifndef EXPIRE_H #define EXPIRE_H /* Expire articles from the article base. */ void Exp_expire( void ); #endif