fixed out param for ac_eras
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user