From 76b978d039f922ed84796deb999389ebb1579191 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 29 Apr 2015 08:18:54 +0200 Subject: Cleanups and version bump --- src/lib/util/hashing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/util/hashing.c') diff --git a/src/lib/util/hashing.c b/src/lib/util/hashing.c index b4e2b7a9d6d..1481de34a12 100644 --- a/src/lib/util/hashing.c +++ b/src/lib/util/hashing.c @@ -167,7 +167,7 @@ bool crc32_t::from_string(const char *string, int length) //------------------------------------------------- const char *crc32_t::as_string(std::string &buffer) const -{ +{ strprintf(buffer, "%08x", m_raw); return buffer.c_str(); } -- cgit v1.2.3-70-g09d2