From 7c09f45f501a8ae6573d62e833c4ddfe4ab8b3aa Mon Sep 17 00:00:00 2001 From: akater Date: Tue, 3 Mar 2020 01:13:39 +0000 Subject: Specify namespace of uintmax_t This fixes #1833 for me. @jwiegley said it's reasonable change, and nobody else took action so here it goes. The patch is the same as proposed originally, modulo whitespace. --- src/filters.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/filters.cc') diff --git a/src/filters.cc b/src/filters.cc index 98288880..564c5f97 100644 --- a/src/filters.cc +++ b/src/filters.cc @@ -253,7 +253,7 @@ void anonymize_posts::operator()(post_t& post) xact.copy_details(*post.xact); std::ostringstream buf; - buf << reinterpret_cast(post.xact->payee.c_str()) + buf << reinterpret_cast(post.xact->payee.c_str()) << integer_gen() << post.xact->payee.c_str(); sha.reset(); -- cgit v1.2.3