X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gui_common.c;h=b517d715ed4e174eb9fd4e550589db936bffafae;hp=607a88e81c62e80c880bd54258a0f3084c9dc1d8;hb=d261106748ecd460edf4275df8c7e49b5e9cebaf;hpb=f513183bb624dc785de48b556cca7a876b0e7754 diff --git a/gui_common.c b/gui_common.c index 607a88e8..b517d715 100644 --- a/gui_common.c +++ b/gui_common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2007 Andre Noll + * Copyright (C) 2006-2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -21,7 +21,7 @@ int para_open_audiod_pipe(char *cmd) int ret = para_exec_cmdline_pid(&pid, cmd, fds); if (ret < 0) return ret; - ret = mark_fd_nonblock(fds[1]); + ret = mark_fd_nonblocking(fds[1]); if (ret > 0) return fds[1]; close(fds[1]);