Hallo,
Stefan Jahn wrote:
> - - for (p = head; p == NULL && p->next != sed; p = p->next)
> + for (p = head; p != NULL && p->next != sed; p = p->next)
Steht dort wirklich " - for (p = head; p == NULL && p->next != sed;
p = p->next)" bei dir im Quelltext wie es der patch "da oben" vermuten
laesst? *mal-so-in-eure-diskusion-reinhaeng* Dann wunert es mich, das er
ueberhaupt compiliert.. ;)
Gruesse, Oliver
-- Oliver Lehmann, lehmann@ans-netz.de, http://www.pofo.de/ http://wishlist.pofo.de/ To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Fri 06 Dec 2002 - 05:43:14 CET