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, USAReceived on Thursday, 3 June 1999 14:50:17 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 23 April 2007 18:18:29 GMT