Description:
fix bux when pid=0
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r157:b4e13c98cfec - - 2 files changed: 4 inserted, 2 deleted
@@ -203,13 +203,13 | |||
|
203 | 203 | fprintf(stderr, "UGH: Lost track of the process (%m)\n"); |
|
204 | 204 | else { |
|
205 | 205 | final_stats(&rus); |
|
206 | + } | |
|
207 | + } | |
|
206 | 208 |
|
|
207 | 209 |
|
|
208 | 210 |
|
|
209 | 211 |
|
|
210 | 212 |
|
|
211 | - } | |
|
212 | - } | |
|
213 | 213 | meta_close(); |
|
214 | 214 | exit(rc); |
|
215 | 215 | } |
You need to be logged in to leave comments.
Login now