>   if(_modification_time && *_modification_time > 0)
>   {
>       _modification_time->ToGMTime();
>       cmd << "If-Modified-Since: " << _modification_time->GetRFC1123() << "\r\n";
>   }

---

How about:

  if (_modification_time != NULL)

[.kate]
___________________________________________________________________________
Visit http://www.visto.com.
Find out  how companies are linking mobile users to the 
enterprise with Visto.


_______________________________________________
htdig-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/htdig-dev

Reply via email to