taler-mdb

GNU Taler Extensions and Integrations
Log | Files | Refs | Submodules | README | LICENSE

commit 83618744f79c501850f47f2b1025f15111496a1d
parent a394d000417cbcea29f66ae686ad57692fa48c63
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  8 Jan 2024 16:03:56 +0100

fix build for 0.9.4 api

Diffstat:
Mconfigure.ac | 2+-
Mdebian/changelog | 12++++++++++++
Msrc/taler-mdb.c | 6+++---
3 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -4,7 +4,7 @@ # This configure file is in the public domain AC_PREREQ([2.69]) -AC_INIT([taler-mdb],[0.9.1],[taler@gnu.org]) +AC_INIT([taler-mdb],[0.9.3],[taler@gnu.org]) AC_CONFIG_SRCDIR([src/taler-mdb.c]) AC_CONFIG_HEADERS([config.h]) diff --git a/debian/changelog b/debian/changelog @@ -1,3 +1,15 @@ +taler-mdb (0.9.4) unstable; urgency=low + + * First work towards packaging v0.9.4. + + -- Christian Grothoff <grothoff@gnu.org> Mon, 8 Jan 2024 13:50:12 +0200 + +taler-mdb (0.9.3-1) unstable; urgency=low + + * Packaging v0.9.3 release. + + -- Christian Grothoff <grothoff@gnu.org> Wed, 27 Sep 2023 03:50:12 +0200 + taler-mdb (0.9.3) unstable; urgency=low * First work towards packaging v0.9.3. diff --git a/src/taler-mdb.c b/src/taler-mdb.c @@ -1591,7 +1591,6 @@ check_payment_again (void *cls) pa->base_url, pa->order_id, NULL /* snack machine, no Web crap */, - false, BACKEND_POLL_TIMEOUT, &check_payment_cb, pa); @@ -1637,7 +1636,6 @@ proposal_cb (void *cls, pa->base_url, pa->order_id, NULL /* snack machine, no Web crap */, - false, GNUNET_TIME_UNIT_ZERO, &check_payment_cb, pa); @@ -3351,7 +3349,9 @@ run (void *cls, backlight_off = '1'; } /* turn off the backlight */ - (void) ! write (qrDisplay.backlightfd, &backlight_off, 1); + (void) ! write (qrDisplay.backlightfd, + &backlight_off, + 1); } } else