>David,
>Have you applied the following change (sent to the ht-dig list by Gilles
>back on Feb. 7)? That could give you this problem (it did to me).
>
>----
>Arrgh!  Sorry, my fault.  I introduced new date parsing code in htdig
>a couple months ago, and I thought I had tested it but evidently not
>well enough.  On line 1142 of htdig/Retriever.cc, change the line:
>
>     while (isspace(*s))
>
>to:
>
>     while (*s == '-' || isspace(*s))

I didn't apply the patch but I did put:

<HEAD>
        <TITLE>PHAR 7632/7633 Syllabus</TITLE>
        <META Name="Date" Content="1999 01 01">
</HEAD>

changed '/' to ' ' and it works!!!

I'll try the patch to get up to date.

Thanks for the help.

David
-- 
David Bourne
OUHSC College of Pharmacy
[EMAIL PROTECTED]

_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a 
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to