On Fri, 06 Aug 1999 22:11:37 +0100, Arnd Hanses wrote:

>+/* non portable EMX C Library fn, should handle DBCS[*] too */
>+                      LString sh = _getname( getenv("EMXSHELL") );
>+

Looking closer at the patch, I found line 612 of lyx_cb.C lacks a cast:

+/* non portable EMX C Library fn, should handle DBCS[*] too */
+                       LString sh = LString (_getname(
getenv("EMXSHELL") ));
+

Greets,

        Arnd

Reply via email to