
3 Aug
2023
3 Aug
'23
4:54 p.m.
Thu, 3 Aug 2023 21:38:02 +0200 Michal Prívozník <mprivozn@redhat.com>:
it looks like we're using { 0 } everywhere else so that's why I went with it.
I was under the impression {} is valid. But apparently it is not, so I learned something new today: "ISO C forbids empty initializer braces". Olaf