On Friday, 18 February 2005 at 11:37, Lars Hecking wrote: > > Running mutt_socket.c through the preprocessor only changes > > int mutt_socket_open (CONNECTION* conn) > { > if (socket_preconnect ()) > return -1; > > return conn->open (conn); > } > > to > > int mutt_socket_open (CONNECTION* conn) > { > if (socket_preconnect ()) > return -1; > > return conn-> open64 (conn); > } gross. stupid preprocessor. > Not sure how to fix this - rename the read/write/open/close members of > struct CONNECTION in mutt_socket.h? I guess that's probably the best approach.
Attachment:
pgpxUdozIIYyL.pgp
Description: PGP signature