gdatetime: Fix string type used to initialise array
This fixes commit 057f0fcb. I didn’t
notice that tmp
is an array of strings, not an array of chars, and
somehow my compiler didn’t warn. Seems only the macOS CI job is spotting
the problem here.
Signed-off-by: Philip Withnall pwithnall@gnome.org