Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
83a829a2
Commit
83a829a2
authored
Jan 23, 2015
by
Hisham Muhammad
Browse files
Remove bogus assertion. Closes #159.
parent
36b78328
Changes
1
Hide whitespace changes
Inline
Side-by-side
linux/LinuxProcessList.c
View file @
83a829a2
...
...
@@ -166,7 +166,6 @@ static bool LinuxProcessList_readStatFile(Process *process, const char* dirname,
location
+=
1
;
assert
(
location
!=
NULL
);
process
->
processor
=
strtol
(
location
,
&
location
,
10
);
assert
(
location
==
NULL
);
return
true
;
}
...
...
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