llvm-project
60af8350 - [libc] Fix implicit cast warning in strftime (#127282)

Commit
264 days ago
[libc] Fix implicit cast warning in strftime (#127282) Forgot to change a size_t to an int, which caused warnings on gcc but not clang for some reason. Regardless, this patch fixes the issue.
Parents
Loading