echo "subscribe lycos-users" | mail majordomo@mail.msen.com
Selected mailing list posts are archived here:
Date: Sun, 11 Dec 1994 16:49:01 -0500 (EST) From: Steve DurginTo: fuzzy@CMU.EDU Subject: Bug.. I found a pretty serious bug for non-Sun systems. I'm running a small Lycos server on my Silicon Graphics Indigo R3000 machine running Irix 4.0.5F. The bug is in pbuild.c in the put_word function. After hours of testing, I found out that any 3 letter queries failed. Well, turns out that pbuild was writing the word in the wrong place somehow. I tracked it down to : put_word (word, file) unsigned long word; FILE *file; { char buf[4]; If you change the buf definition to an unsigned character, it works. It seems this problem doesn't occur on the Sun as I've done three-letter searches on your server before.