- We guess Lars smoked something (we didn't see him, but

that's the only explanation)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15492 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Asger Ottar Alstrup 2006-10-22 19:09:09 +00:00
parent a127d540d3
commit 7c595cb763

View File

@ -256,7 +256,7 @@ bool isHex(docstring const & str)
{
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;