On Wed, Jan 25, 2012 at 02:05:27PM +0200, Martin Storsjö wrote:
> --- a/tools/pktdumper.c
> +++ b/tools/pktdumper.c
> @@ -120,7 +120,7 @@ int main(int argc, char **argv)
>  
>      while (donotquit)
> -        sleep(60);
> +        usleep(60*1000000);

Add spaces around the operator and patch OK.

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to