]> git.lyx.org Git - features.git/commitdiff
- We guess Lars smoked something (we didn't see him, but
authorAsger Ottar Alstrup <alstrup@lyx.org>
Sun, 22 Oct 2006 19:09:09 +0000 (19:09 +0000)
committerAsger Ottar Alstrup <alstrup@lyx.org>
Sun, 22 Oct 2006 19:09:09 +0000 (19:09 +0000)
  that's the only explanation)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15492 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/lstrings.C

index d68b75f3fff10f990817a5d84cd68186ab4bb3c5..3f97e9202e65f9972e022b248b5a1c1910726315 100644 (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;