Closed elboulangero closed 5 years ago
If format already ends with \n, then fmt was not initialized, and used all the same. Funny that the compiler didn't catch it.
format
\n
fmt
If
format
already ends with\n
, thenfmt
was not initialized, and used all the same. Funny that the compiler didn't catch it.