From 29df79e4e5c9a428105856844f791f3c0f20c1d2 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Fri, 25 Aug 2006 14:36:44 +0000 Subject: Fixed parsing when space occurs at the end of the field value. --- src/encoderFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/encoderFactory.cpp') diff --git a/src/encoderFactory.cpp b/src/encoderFactory.cpp index 2284b54e..38849641 100644 --- a/src/encoderFactory.cpp +++ b/src/encoderFactory.cpp @@ -77,7 +77,7 @@ const ref encoderFactory::getEncoderBy return (*it); } - throw exceptions::no_encoder_available(); + throw exceptions::no_encoder_available(name); } -- cgit v1.2.3