• antirez's avatar
    Fix extractLongLatOrReply() sanity check conditionals. · 77df3b06
    antirez authored
    the check for lat/long valid ranges were performed inside the for loop,
    two times instead of one, and the first time when the second element of
    the array, xy[1], was yet not populated. This resulted into issue #2799.
    
    Close issue #2799.
    77df3b06
geo.c 25.6 KB