[Bug 44326] Make gabble cross-compile with mingw32

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jan 3 02:26:52 CET 2012


https://bugs.freedesktop.org/show_bug.cgi?id=44326

--- Comment #5 from Siraj Razick <siraj.razick at collabora.co.uk> 2012-01-02 17:26:52 PST ---
(In reply to comment #4)
> +#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"

oops yes it should be %Y-%m-%d.., now the patch is corrected

-- 
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