sdssplitargs(): now returns NULL only on error.
An empty input string also resulted into the function returning NULL making it harder for the caller to distinguish between error and empty string without checking the original input string length.
Please register or sign in to comment