[EMAIL PROTECTED] writes: | Author: alstrup | Date: Sun Oct 22 21:09:09 2006 | New Revision: 15492 | | --- lyx-devel/trunk/src/support/lstrings.C (original) | +++ lyx-devel/trunk/src/support/lstrings.C Sun Oct 22 21:09:09 2006 | @@ -256,7 +256,7 @@ | { | int index = 0; | | - if (str.length() > 2 and str[0] == '0' && | + if (str.length() > 2 && str[0] == '0' && | (str[1] == 'x' || str[1] == 'X')) | index = 2;
I think this should we reverted, this is only working around buggy compilers. We don't need that in our sources. -- Lgb