aboutsummaryrefslogtreecommitdiff
path: root/development/recutils/mdb2rec.c.patch
diff options
context:
space:
mode:
authorJuan M. Lasca <juanmlasca@gmail.com>2022-04-26 20:51:05 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-30 13:52:06 +0700
commit90974cc45a715d26c4d070e3a7dc1c1032313a9a (patch)
tree3756f389f5c566988745960cb291902fdaf3040b /development/recutils/mdb2rec.c.patch
parent68aa541132254bf06c3a6018c19fe6268893d877 (diff)
development/recutils: Added (tools/libraries to access recfiles).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/recutils/mdb2rec.c.patch')
-rw-r--r--development/recutils/mdb2rec.c.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/development/recutils/mdb2rec.c.patch b/development/recutils/mdb2rec.c.patch
new file mode 100644
index 0000000000000..5b6798b51d179
--- /dev/null
+++ b/development/recutils/mdb2rec.c.patch
@@ -0,0 +1,9 @@
+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 */