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>
1 file changed