[fpc-devel]Re: Socket() call - fixed now, thanks

2004-03-21 Thread Lloyd B. Park
Thanks for the help with the Socket() call. My program now gets past that point and fails on the SetSocketOptions() call. This time I found the bug myself. The fpSetSockOpt is passed a variable called Level which it never uses in the system call. I attached a simple diff to fix the problem.

Re: [fpc-devel]Re: Socket() call - fixed now, thanks

2004-03-21 Thread Marco van de Voort
Thanks for the help with the Socket() call. My program now gets past that point and fails on the SetSocketOptions() call. This time I found the bug myself. The fpSetSockOpt is passed a variable called Level which it never uses in the system call. I attached a simple diff to fix the