[Bug 44326] Make gabble cross-compile with mingw32
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Jan 2 16:57:27 CET 2012
https://bugs.freedesktop.org/show_bug.cgi?id=44326
--- Comment #4 from Jonny Lamb <jonny.lamb at collabora.co.uk> 2012-01-02 15:57:27 UTC ---
+#ifdef G_OS_WIN32
+ strftime (date_str, sizeof (date_str), "%Y-%M-%dT%H:%M:%SZ", tm);
+#else
strftime (date_str, sizeof (date_str), "%FT%H:%M:%SZ", tm);
+#endif
I don't think this right... "%Y-%M-%dT%H:%M:%SZ"
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
More information about the telepathy-bugs
mailing list