GNOME Bugzilla – Bug 739508
lua-factory: Warn when dates are in an invalid format
Last modified: 2014-11-05 11:24:53 UTC
.
Created attachment 289799 [details] [review] lua-factory: Warn when dates are in an invalid format Instead of throwing g_date_time_unref() errors.
Review of attachment 289799 [details] [review]: Besides the ;; looks good ::: src/lua-factory/grl-lua-library.c @@ +286,3 @@ if (type == G_TYPE_DATE_TIME) { + GDateTime *date; + const char *date_str = lua_tostring (L, -1);; two semicolon
Attachment 289799 [details] pushed as cfbadd4 - lua-factory: Warn when dates are in an invalid format