X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=write.c;h=177b2e66834a03d590f0eba5f1f145c63a703a59;hb=e854df2fe2cfb3ae90a439828fc13cc0fc470aa9;hp=a1907b6f46a04f966722117e894f9fe0a69edb11;hpb=35074cc1a527fd6a275101ba561c65cc13a0fa41;p=paraslash.git diff --git a/write.c b/write.c index a1907b6f..177b2e66 100644 --- a/write.c +++ b/write.c @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2005 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2005 Andre Noll , see file COPYING. */ /** \file write.c Paraslash's standalone wav/raw player. */ @@ -100,8 +96,7 @@ static int setup_and_schedule(struct lls_parse_result *lpr) wns[i].wid = check_writer_arg_or_die(arg, &wns[i].lpr); register_writer_node(wns + i, cw_btrn, &s); } - s.default_timeout.tv_sec = 10; - s.default_timeout.tv_usec = 50000; + s.default_timeout = 10500; ret = schedule(&s); if (ret >= 0) { int j, ts;