Re: libwww: HTGopher.c

Rob Urban wrote:


> "start = start ? ++start : line;" looks pretty dodgy to me...
> 
> sometimes a good compiler can save a lot of headaches...

Hope you like this line better:

	if (start) start++; else start=line;

Committed to cvs:

	http://dev.w3.org/cgi-bin/cvsweb/libwww/Library/src/HTGopher.c#rev2.67

Get it as

	http://www.w3.org/Library/cvs.html#update

-- 
Henrik Frystyk Nielsen, <frystyk@w3.org>
World Wide Web Consortium, MIT/LCS NE43-356
545 Technology Square, Cambridge MA 02139, USA

Received on Thursday, 3 June 1999 14:50:17 UTC