• antirez's avatar
    sdssplitargs(): now returns NULL only on error. · 921aec17
    antirez authored
    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.
    921aec17
sds.c 21.9 KB