Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228951
b: refs/heads/master
c: e462dc5
h: refs/heads/master
i:
  228949: 06b4538
  228947: a07adce
  228943: 4ea96bd
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Jan 10, 2011
1 parent ec563e8 commit 51ffc04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4385428a477559b26736cc3c80d8b68f31126c71
refs/heads/master: e462dc553ea5e09d4713e7c35a11ed331dc6f369
2 changes: 1 addition & 1 deletion trunk/tools/perf/builtin-sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -1861,7 +1861,7 @@ static int __cmd_record(int argc, const char **argv)
rec_argc = ARRAY_SIZE(record_args) + argc - 1;
rec_argv = calloc(rec_argc + 1, sizeof(char *));

if (rec_argv)
if (rec_argv == NULL)
return -ENOMEM;

for (i = 0; i < ARRAY_SIZE(record_args); i++)
Expand Down

0 comments on commit 51ffc04

Please sign in to comment.