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
4afe0883
Commit
4afe0883
authored
Sep 09, 2014
by
Dimitri van Heesch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 736036 - [PATCH] Remove redundant local variable initialization in qtools/qstring.cpp
parent
33daf7a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
qstring.cpp
qtools/qstring.cpp
+2
-2
No files found.
qtools/qstring.cpp
View file @
4afe0883
...
...
@@ -11499,9 +11499,9 @@ static inline bool format(QChar::Decomposition tag, QString & str,
unsigned
int
l
=
index
+
len
;
unsigned
int
r
=
index
;
bool
left
=
FALSE
,
right
=
FALSE
;
bool
right
=
FALSE
;
left
=
((
l
<
str
.
length
())
&&
bool
left
=
((
l
<
str
.
length
())
&&
((
str
[(
int
)
l
].
joining
()
==
QChar
::
Dual
)
||
(
str
[(
int
)
l
].
joining
()
==
QChar
::
Right
)));
if
(
r
>
0
)
{
...
...
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