Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
27fbe8df
Commit
27fbe8df
authored
Aug 01, 2013
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 705218 - QRegExp doesn't work with 80-FF
parent
569dc007
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
qregexp.cpp
qtools/qregexp.cpp
+1
-1
No files found.
qtools/qregexp.cpp
View file @
27fbe8df
...
...
@@ -372,7 +372,7 @@ static bool matchcharclass( uint *rxd, char c )
if
(
clcode
!=
CCL
&&
clcode
!=
CCN
)
qWarning
(
"QRegExp: Internal error, please report to qt-bugs@trolltech.com"
);
uint
numFields
=
*
d
&
MVL
;
uint
cval
=
(
u
int
)
c
;
//(((uint)(c.row())) << 8) | ((uint)c.cell());
uint
cval
=
(
u
nsigned
char
)
c
;
//(((uint)(c.row())) << 8) | ((uint)c.cell());
bool
found
=
FALSE
;
for
(
int
i
=
0
;
i
<
(
int
)
numFields
;
i
++
)
{
d
++
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment