MP3-plugin problems with slow cpu

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Martin Cap <macap20001@xxxxxxxxxxxxx> wrote:

> Today I tried to set O_NONBLOCK to the open()-calls (the code does a 
> "do{ r = read(...); }while(r!=-1 && r != EINTR);" at stream.c:271

shouldn't it be: while(r!=-1 && errno != EINTR); ?

best regards ...
clemens


[Index of Archives]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Big List of Linux Books]     [Fedora Users]     [Fedora Women]     [ALSA Devel]     [Linux USB]

  Powered by Linux