I came across the same problem. Thanks for the solution. Rob
----- Original Message ----- From: "Jim Wilson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 11, 2002 2:29 PM Subject: [Flightgear-devel] minor issue simgear with plib-1.4.1 > On line 49 of io/sg_socket.cxx had to put null values into call for netInit. > > - netInit() > + netInit(NULL, NULL) > > This is because the declaration in plib-1.4.1 doesn't provide for the default. > > Best, > > Jim > > _______________________________________________ > Flightgear-devel mailing list > [EMAIL PROTECTED] > http://mail.flightgear.org/mailman/listinfo/flightgear-devel > _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
