• Alexander Barkov's avatar
    Postfix for BUG#45012. · 6f6a3e52
    Alexander Barkov authored
    Problem: The original patch didn't compile on debug_werror
    due to wrong format in printf("%d") for size_t variables.
    
    Fix: Adding cast to (int).
    6f6a3e52
strings-t.c 3.4 KB