diff options
author | Christopher Micallef <freebsd-bugs@micallef.io> | 2023-05-27 13:32:53 +0200 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-05-30 01:25:15 +0200 |
commit | 6f4e0f0f2e8d96ee1703076e8b3e8d6482ec3501 (patch) | |
tree | 3f96ac5e29eeddc97e99ad6d0340cc28e1e5672b /databases/recutils/files/patch-utils_mdb2rec.c | |
parent | databases/py-peewee_migrate: Update to 1.7.9 (diff) |
databases/recutils: update to 1.9
- Removed non-existent elisp files from pkg-plist.
Changelog: https://fossies.org/linux/recutils/ChangeLog
PR: 271386
Approved by: zeus@gnu.org.ua (maintainer timeout, two weeks)
Diffstat (limited to 'databases/recutils/files/patch-utils_mdb2rec.c')
-rw-r--r-- | databases/recutils/files/patch-utils_mdb2rec.c | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/databases/recutils/files/patch-utils_mdb2rec.c b/databases/recutils/files/patch-utils_mdb2rec.c index c1290edb9c1d..b4c2e3aac59e 100644 --- a/databases/recutils/files/patch-utils_mdb2rec.c +++ b/databases/recutils/files/patch-utils_mdb2rec.c @@ -1,6 +1,6 @@ ---- utils/mdb2rec.c.orig 2019-01-03 08:47:43 UTC +--- utils/mdb2rec.c.orig 2022-04-16 15:56:37 UTC +++ utils/mdb2rec.c -@@ -33,7 +33,7 @@ +@@ -26,7 +26,7 @@ #include <gettext.h> #define _(str) gettext (str) @@ -9,7 +9,7 @@ #include <mdbtools.h> #include <rec.h> -@@ -472,16 +472,14 @@ process_mdb (void) +@@ -427,14 +427,12 @@ process_mdb (void) if (!db) recutl_out_of_memory (); @@ -19,10 +19,8 @@ - mdb = mdb_open (mdb2rec_mdb_file, MDB_NOFLAGS); if (!mdb) - { - recutl_fatal (_("could not open file %s\n"), - mdb2rec_mdb_file); - } + recutl_fatal (_("could not open file %s\n"), + mdb2rec_mdb_file); + + mdb_set_date_fmt (mdb, "%Y-%m-%dT%H:%M:%S%z"); /* ISO 8601 */ |