Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
c4ce8c6d
Commit
c4ce8c6d
authored
Oct 16, 2022
by
Kurt Hindenburg
Browse files
Initialize variable to silence coverity issue.
OK per Luis Javier Merino Morán <ninjalj@gmail.com>
parent
15bb0100
Pipeline
#249009
failed with stage
in 2 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/history/compact/CompactHistoryScroll.h
View file @
c4ce8c6d
...
...
@@ -70,7 +70,7 @@ private:
* The size of this buffer is the number of lines we have.
*/
std
::
vector
<
LineData
>
_lineDatas
;
unsigned
int
_indexBias
;
unsigned
int
_indexBias
=
0
;
/**
* Max number of lines we can hold
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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