[pkg-boost-commits] r14406 - boost/trunk/debian/patches

smr at alioth.debian.org smr at alioth.debian.org
Sat Apr 4 05:58:05 UTC 2009


Author: smr
Date: 2009-04-04 05:58:05 +0000 (Sat, 04 Apr 2009)
New Revision: 14406

Modified:
   boost/trunk/debian/patches/jam-wall-clean.patch
Log:
Use %zd rather than %ld for value of type ssize_t.

Modified: boost/trunk/debian/patches/jam-wall-clean.patch
===================================================================
--- boost/trunk/debian/patches/jam-wall-clean.patch	2009-04-04 05:45:12 UTC (rev 14405)
+++ boost/trunk/debian/patches/jam-wall-clean.patch	2009-04-04 05:58:05 UTC (rev 14406)
@@ -59,7 +59,7 @@
      }
  
 -    printf( "%s table: %d+%d+%d (%dK+%ldK) items+table+hash, %f density\n",
-+    printf( "%s table: %d+%d+%d (%dK+%udK) items+table+hash, %f density\n",
++    printf( "%s table: %d+%d+%d (%dK+%zdK) items+table+hash, %f density\n",
          hp->name,
          count,
          hp->items.nel,




More information about the pkg-boost-commits mailing list