job-drive-benchmark.c: Fix data types in error messages
authorMartin Pitt <martin.pitt@ubuntu.com>
Wed, 7 Apr 2010 07:27:18 +0000 (09:27 +0200)
committerMartin Pitt <martin.pitt@ubuntu.com>
Wed, 7 Apr 2010 07:27:18 +0000 (09:27 +0200)
commit689a336b87813a48a87491590bf8a364d1e3aaff
treef773520209e9767d891e10d3fe95c178f932785b
parentb7b72f2cf53f78ee2b43f88cec37851259cc0f02
job-drive-benchmark.c: Fix data types in error messages

We previously used wrongly sized data types in the error messages, which causes
crashes on platforms where they do not coincidentally match in size.

https://launchpad.net/bugs/527202
src/helpers/job-drive-benchmark.c