mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 16:31:13 +00:00
- 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:
parent
a127d540d3
commit
7c595cb763
@ -256,7 +256,7 @@ bool isHex(docstring const & str)
|
|||||||
{
|
{
|
||||||
int index = 0;
|
int index = 0;
|
||||||
|
|
||||||
if (str.length() > 2 and str[0] == '0' &&
|
if (str.length() > 2 && str[0] == '0' &&
|
||||||
(str[1] == 'x' || str[1] == 'X'))
|
(str[1] == 'x' || str[1] == 'X'))
|
||||||
index = 2;
|
index = 2;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user