# # patch "netxx_pipe.cc" # from [efbdb68dd8d0f6db4222218b054405552c24d56e] # to [4e537bf576990197a2b4536ac29cf241d0b36183] # ======================================================================== --- netxx_pipe.cc efbdb68dd8d0f6db4222218b054405552c24d56e +++ netxx_pipe.cc 4e537bf576990197a2b4536ac29cf241d0b36183 @@ -185,7 +185,7 @@ { pipe->bytes_available=bytes_read; return std::make_pair(pipe->get_readfd(),ready_read); } - if (WaitForSingleObject(pipe->overlap.hEvent,timeout.seconds)) + if (WaitForSingleObject(pipe->overlap.hEvent,timeout.get_sec())) { L(F("WaitForSingleObject failed %d\n") % GetLastError()); throw oops("WaitForSingleObject failed "); }