• antirez's avatar
    fix sprintf and snprintf format string · 4916d205
    antirez authored
    There are some cases of printing unsigned integer with %d conversion
    specificator and vice versa (signed integer with %u specificator).
    
    Patch by Sergey Polovko. Backported to Redis from Disque.
    4916d205
debug.c 38.8 KB