commit | f0e369a8213555b9ceec134bc5fe9f293417f835 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Fri Jul 09 14:14:17 2010 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Fri Jul 09 14:14:17 2010 -0400 |
tree | deb68c7793884cd8b3153df47feefaf476ca97c7 | |
parent | ca50cc080ccba4a1fcf336968326d49bbecaf0bd [diff] |
parse-events: Fix bprint %d to be 32 bit even on 64 bit boxes The bprint processing of %d was the same as %ld, which would cause it to read 8 bytes instead of 4 bytes on a 64 bit box. This would cause the other parameters after it to be shifted by 4 bytes and produce garbage results. Reported-by: Darren Hart <dvhltc@us.ibm.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>