rgh...@lyx.org wrote:
> Author: rgheck
> Date: Wed Sep 15 19:33:15 2010
> New Revision: 35400
> URL: http://www.lyx.org/trac/changeset/35400
> 
> Log:
> Minor simplification.
> 
> Modified:
>    lyx-devel/trunk/src/output_xhtml.cpp
> 
> Modified: lyx-devel/trunk/src/output_xhtml.cpp
> ==============================================================================
> --- lyx-devel/trunk/src/output_xhtml.cpp      Wed Sep 15 19:32:05 2010        
> (r35399)
> +++ lyx-devel/trunk/src/output_xhtml.cpp      Wed Sep 15 19:33:15 2010        
> (r35400)
> @@ -844,7 +844,7 @@
>               xs << pbegin->params().labelString();
>               closeLabelTag(xs, style);
>               // Otherwise the label might run together with the text
> -             xs << from_ascii(" ");
> +             xs << ' ';

crash! :)

Error 22 returned from iconv_open(out_cd_): Invalid argument
Qt Concurrent has caught an exception thrown from a worker thread.
This is not supported, exceptions thrown in worker threads must be
caught before control returns to Qt Concurrent.
terminate called after throwing an instance of 
'lyx::iconv_codecvt_facet_exception'
  what():  iconv problem in iconv_codecvt_facet initialization
  Aborted

pavel

Reply via email to