slackbuilds_ponce/development/recutils/mdb2rec.c.patch
Juan M. Lasca 90974cc45a
development/recutils: Added (tools/libraries to access recfiles).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-04-30 13:52:06 +07:00

9 lines
277 B
Diff

391a392,393
> col = g_ptr_array_index (table->columns, i);
> column_name = col->name;
431,432d432
< mdb_init();
< mdb_set_date_fmt ("%Y-%m-%dT%H:%M:%S%z"); /* ISO 8601 */
441a442,443
>
> mdb_set_date_fmt (mdb, "%Y-%m-%dT%H:%M:%S%z"); /* ISO 8601 */