• antirez's avatar
    string2ll(): remove duplicated check for special case. · 4f742bd6
    antirez authored
    Related to #5157. The PR author correctly indentified that the check was
    duplicated, but removing the second one introduces a bug that was fixed
    in the past (hence the duplication). Instead we can remove the first
    instance of the check without issues.
    4f742bd6
util.c 24.9 KB