mirror of https://github.com/xzeldon/htop.git
Remove bogus assertion. Closes #159.
This commit is contained in:
parent
36b7832884
commit
83a829a286
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue