Skip to content

Commit

Permalink
Merge branch 'master' of gitorious.org:meego-developer-tools/bootchart
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkok committed Mar 15, 2012
2 parents 5aced2f + 045a234 commit 1a72b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log.c
Expand Up @@ -191,7 +191,7 @@ void log_sample(int sample)

pid = atoi(ent->d_name);

if (pid > MAXPIDS)
if (pid >= MAXPIDS)
continue;

if (!ps[pid]) {
Expand Down

0 comments on commit 1a72b63

Please sign in to comment.