~ubuntu-branches/ubuntu/maverick/dbus/maverick-proposed

« back to all changes in this revision

Viewing changes to tools/dbus-print-message.c

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-09-27 13:06:32 UTC
  • mfrom: (1.1.23 upstream)
  • Revision ID: james.westby@ubuntu.com-20100927130632-bqs145trvchd2lmf
Tags: 1.4.0-0ubuntu1
* New upstream release
 - Fixes https://bugs.freedesktop.org/show_bug.cgi?id=17754 Race condition in protected_change_timeout
 - Requested by various upstream KDE developers http://lists.kde.org/?t=128514970000004&r=1&w=2

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
20
20
 *
21
21
 */
 
22
 
 
23
#include <config.h>
22
24
#include "dbus-print-message.h"
23
25
 
24
26
#include <stdlib.h>
54
56
static void
55
57
print_hex (unsigned char *bytes, unsigned int len, int depth)
56
58
{
57
 
  int i, columns;
 
59
  unsigned int i, columns;
58
60
 
59
61
  printf ("array of bytes [\n");
60
62