On Wed, Jan 09, 2002 at 01:30:25PM -0700, Michael Ossmann wrote: > > The only problem I've run into is an apparent bug in rfbproxy which > drops the letter "t" from its output. I plan on submitting a bug > report to the author as soon as I've had a chance to look at the > source.
Done. # diff rfbproxy.c.old rfbproxy.c 440c440 < end = p + strcspn (p, " =t"); --- > end = p + strcspn (p, " \t"); -- Mike Ossmann, Tarantella/UNIX Engineer/Instructor Alternative Technology, Inc. http://www.alttech.com/ --------------------------------------------------------------------- To unsubscribe, mail [EMAIL PROTECTED] with the line: 'unsubscribe vnc-list' in the message BODY See also: http://www.uk.research.att.com/vnc/intouch.html ---------------------------------------------------------------------
