aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2012-10-01 16:52:42 -0400
committerGavin Andresen <[email protected]>2012-10-01 16:52:42 -0400
commit0547b02af78dcf2d84e4905b56c7f95d9582b2f9 (patch)
tree6b0990d6e227a056b825825c3276536238b5b3c6 /src/util.cpp
parentMerge branch 'master' of github.com:runeksvendsen/bitcoin (diff)
parentRevert "Remove -Wformat* warnings from makefiles" (diff)
downloaddiscoin-0547b02af78dcf2d84e4905b56c7f95d9582b2f9.tar.xz
discoin-0547b02af78dcf2d84e4905b56c7f95d9582b2f9.zip
Merge branch '2012_09_fixwformat' of github.com:laanwj/bitcoin
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp
index a8bd8228e..296842acc 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -156,7 +156,7 @@ void RandAddSeedPerfmon()
{
RAND_add(pdata, nSize, nSize/100.0);
memset(pdata, 0, nSize);
- printf("RandAddSeed() %d bytes\n", nSize);
+ printf("RandAddSeed() %lu bytes\n", nSize);
}
#endif
}