tags 511612 +pending
thanks

On Tue, Jan 13, 2009 at 05:16:49AM +0900, Junichi Uekawa wrote:
>Package: wodim
>Version: 9:1.1.9-1
>Severity: minor
>Tags: patch
>
>I think there is a newline missing:
>
>wodim: Operation not permitted. Warning: Cannot raise RLIMIT_MEMLOCK
>limits.Device was not specified. Trying to find an appropriate
>drive...
>
>
>--- wodim.c    2008-02-26 16:59:05.000000000 +0900
>+++ wodim.c.fix        2009-01-13 05:15:38.702673943 +0900
>@@ -3081,7 +3081,7 @@
>       rlim.rlim_cur = rlim.rlim_max = RLIM_INFINITY;
> 
>       if (setrlimit(RLIMIT_MEMLOCK, &rlim) < 0)
>-              errmsg("Warning: Cannot raise RLIMIT_MEMLOCK limits.");
>+              errmsg("Warning: Cannot raise RLIMIT_MEMLOCK limits.\n");
> #endif        /* RLIMIT_MEMLOCK */
> }

Checked into svn now; thanks for the report!

-- 
Steve McIntyre, Cambridge, UK.                                [email protected]
"I can't ever sleep on planes ... call it irrational if you like, but I'm
 afraid I'll miss my stop" -- Vivek Dasmohapatra




-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to