[PATCH] Fix a typo in ecb.h

2012-10-08 Thread Petr Písař
A code for big endian system has a mistyped return word. https://rt.cpan.org/Public/Bug/Display.html?id=80056 --- Coro/ecb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Coro/ecb.h b/Coro/ecb.h index 1162bc6..5a88f60 100644 --- a/Coro/ecb.h +++ b/Coro/ecb.h @@ -494,7 +494,7

Re: [PATCH] Fix a typo in ecb.h

2012-10-08 Thread Marc Lehmann
On Mon, Oct 08, 2012 at 01:46:25PM +0200, Petr Písař ppi...@redhat.com wrote: A code for big endian system has a mistyped return word. Thanks toe verybody who reported thta - it's fixed in cvs, and a Coro release will be done soon. https://rt.cpan.org/Public/Bug/Display.html?id=80056