Commit 83a829a2 authored by Hisham Muhammad's avatar Hisham Muhammad
Browse files

Remove bogus assertion. Closes #159.

parent 36b78328
......@@ -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;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment