Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
Armagetron Advanced
Armagetron Advanced
Commits
57222585
Commit
57222585
authored
Aug 18, 2021
by
Manuel Moos
Browse files
Revert "Fall back to old style initialization"
This reverts commit
c963260e
.
parent
beff17fc
Pipeline
#355489623
passed with stages
in 37 minutes and 52 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/tools/tMemManager.cpp
View file @
57222585
...
...
@@ -728,7 +728,7 @@ tMemManager::tMemManager(int s):size(s){//,blocks(1000),full_blocks(1000){
std
::
ifstream
l
(
leakname
);
while
(
l
.
good
()
&&
!
l
.
eof
()){
int
cs
=
-
1
,
ln
=
0
;
int
cs
{
-
1
}
,
ln
{
0
}
;
l
>>
cs
>>
ln
;
if
(
cs
>=
0
&&
cs
<
MAXCHECKSUM
&&
(
ln
<
leaks
[
cs
]
||
leaks
[
cs
]
==
0
))
...
...
Write
Preview
Supports
Markdown
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