Enrico Forestieri wrote:
On Fri, Jul 06, 2007 at 04:50:17PM +0200, Abdelrazak Younes wrote:
[EMAIL PROTECTED] wrote:
Author: younes
Date: Fri Jul 6 16:43:18 2007
New Revision: 19001
URL: http://www.lyx.org/trac/changeset/19001
Log:
* lstring.cpp:
- isAscii(): char is signed with MSVC so th
On Fri, Jul 06, 2007 at 04:50:17PM +0200, Abdelrazak Younes wrote:
> [EMAIL PROTECTED] wrote:
> > Author: younes
> > Date: Fri Jul 6 16:43:18 2007
> > New Revision: 19001
> >
> > URL: http://www.lyx.org/trac/changeset/19001
> > Log:
> > * lstring.cpp:
> > - isAscii(): char is signed with MSVC
[EMAIL PROTECTED] wrote:
Author: younes
Date: Fri Jul 6 16:43:18 2007
New Revision: 19001
URL: http://www.lyx.org/trac/changeset/19001
Log:
* lstring.cpp:
- isAscii(): char is signed with MSVC so the comparison was not correct. Add a
static_cast to "unsigned char" as per the other methods.