[comp.mail.elm] Bug in ADDR_UTIL.C

jim@umigw.MIAMI.EDU (jim brown) (04/22/89)

Routine parse_arpa_date in src/addr_util.c will, depending on how your
flavor of ctype.h works, munge up the leading letter of the month in
the message date string.  Fix the call to shift_lower at the end of
parse_arpa_date to read:

	strcpy(entry->month, shift_lower(entry->month));

Jim
-- 
Jim Brown, University of Miami, RSMAS/MPO
[send mail to jim@umigw.miami.edu]