• antirez's avatar
    Cast printf() argument to the format specifier. · a07a4ada
    antirez authored
    We could use uint64_t specific macros, but after all it's simpler to
    just use an obvious equivalent type plus casting: this will be a no op
    and is simpler than fixed size types printf macros.
    a07a4ada
rdb.c 98.4 KB