mainloop: fix timeout assignment in pa_mainloop_prepare
The function calculates the correct timeout (in microseconds) to assign
in the u
variable, but then assigns m->prepared_timeout
the value
of the timeout
argument (in milliseconds).
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
The function calculates the correct timeout (in microseconds) to assign
in the u
variable, but then assigns m->prepared_timeout
the value
of the timeout
argument (in milliseconds).