mpaland/printf

precision is not supported with left-align

ledvinap opened this issue · 0 comments

sprintf("%-10.6d", 1024); 
Expected: "001024    "
Result: "1024      "