Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323733
b: refs/heads/master
c: f63fe79
h: refs/heads/master
i:
  323731: 73ce7bf
v: v3
  • Loading branch information
Namhyung Kim authored and Arnaldo Carvalho de Melo committed Aug 23, 2012
1 parent 18878ec commit fdd1cd8
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: e1aa7c30c599e99b4544f9e5b4c275c8a5325bdc
refs/heads/master: f63fe79fa0b1362e8ea1c1e4996cf70d14917b02
2 changes: 1 addition & 1 deletion trunk/tools/lib/traceevent/event-parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -4822,7 +4822,7 @@ int pevent_strerror(struct pevent *pevent, enum pevent_errno errnum,
errnum >= __PEVENT_ERRNO__END)
return -1;

idx = errnum - __PEVENT_ERRNO__START;
idx = errnum - __PEVENT_ERRNO__START - 1;
msg = pevent_error_str[idx];

switch (errnum) {
Expand Down

0 comments on commit fdd1cd8

Please sign in to comment.