From f9abf0561062dc2c37b6d248d1c439e1329d50ef Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Wed, 5 Dec 2018 09:31:34 -0800 Subject: [PATCH] Adjust version number comment in gpgme. --- crypt-gpgme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypt-gpgme.c b/crypt-gpgme.c index f727292b..7f824f38 100644 --- a/crypt-gpgme.c +++ b/crypt-gpgme.c @@ -167,7 +167,7 @@ print_utf8 (FILE *fp, const char *buf, size_t len) * 3 - format is "..". * To ignore the patchlevel in the comparison add 10 to LEVEL. To get * a reverse sorting order use a negative number. */ -#if GPGRT_VERSION_NUMBER >= 0x012100 /* gpgme >= 1.33 */ +#if GPGRT_VERSION_NUMBER >= 0x012100 /* libgpg-error >= 1.33 */ static int cmp_version_strings (const char *a, const char *b, int level) { -- 2.40.0