[vlc-devel] [PATCH] 1-of-3: vlc-1.1.0 network poll timeout
Rafaël Carré
rafael.carre at gmail.com
Fri Jun 25 00:12:14 CEST 2010
On Thu, 24 Jun 2010 00:38:38 +0200
Frank Enderle <frank.enderle at anamica.de> wrote:
> - if (errno != EINTR)
> + case -1: /* error */
> + if (errno != EINTR)
> + goto error;
> + msg_Err (p_this, "Polling error: %m");
> + continue;
no need to log EINTR as an error
--
✍ Rafaël Carré ☺
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20100625/531067bc/attachment.sig>
More information about the vlc-devel
mailing list