From ca5fdc3a91efd841ac4b6ee6d622755ab538e114 Mon Sep 17 00:00:00 2001 From: Keith Rarick Date: Mon, 3 Mar 2008 19:29:08 -0800 Subject: [PATCH] Portability fix for non-32-bit architectures. --- prot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prot.c b/prot.c index bb8c833..12cda0c 100644 --- a/prot.c +++ b/prot.c @@ -129,7 +129,7 @@ "cmd-list-tubes-watched: %llu\n" \ "job-timeouts: %llu\n" \ "total-jobs: %llu\n" \ - "current-tubes: %u\n" \ + "current-tubes: %Zu\n" \ "current-connections: %u\n" \ "current-producers: %u\n" \ "current-workers: %u\n" \ -- 2.11.4.GIT