From 6ccadfe6bbdafa5483311938fac5b6871dd04b39 Mon Sep 17 00:00:00 2001 From: Michael Toutonghi Date: Mon, 9 Apr 2018 23:07:41 -0700 Subject: [PATCH] fixed out param for ac_eras --- src/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.h b/src/util.h index 89cc94bbc..547996a5d 100644 --- a/src/util.h +++ b/src/util.h @@ -166,7 +166,7 @@ inline bool IsSwitchChar(char c) * else if the string has fewer than _MAX_ERAS entries, then the last * entry fills remaining entries */ -void SplitToi64(const std::string& strVal, int64_t[_MAX_ERAS]& outVals, int64_t nDefault); +void SplitToi64(const std::string& strVal, int64_t[_MAX_ERAS] *outVals, int64_t nDefault); /** * Return string argument or default value