Angus Leeming <[EMAIL PROTECTED]> writes:

| As flagged by MSVC. Committing now.
| -- 
| Angus
>
| Index: src/ChangeLog
| ===================================================================
| RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/ChangeLog,v
| retrieving revision 1.2096
| diff -u -p -r1.2096 ChangeLog
| --- src/ChangeLog     20 Jan 2005 21:34:22 -0000      1.2096
| +++ src/ChangeLog     20 Jan 2005 21:55:43 -0000
| @@ -1,3 +1,11 @@
| +2005-01-20  Angus Leeming  <[EMAIL PROTECTED]>
| +
| +     * lyxfont.C (setLyXFamily, setLyXSeries, setLyXShape, setLyXSize) 
| +     (setLyXMisc): (char string literal) != (char string literal) is
| +     performing a comparison on the addresses. Convert one operand
| +     explicitly to string to guarantee expected behaviour.
| +     From MSVC warning.

If it had only had been in math... 

I am now leaning even further to use string in the arrays.

-- 
        Lgb

Reply via email to