]> granicus.if.org Git - mutt/commitdiff
Adjust version number comment in gpgme.
authorKevin McCarthy <kevin@8t8.us>
Wed, 5 Dec 2018 17:31:34 +0000 (09:31 -0800)
committerKevin McCarthy <kevin@8t8.us>
Wed, 5 Dec 2018 17:31:34 +0000 (09:31 -0800)
crypt-gpgme.c

index f727292b293780867a9ec2cc19d55ca23208a59d..7f824f3881c0ee108cd9834a048664ea746a73c5 100644 (file)
@@ -167,7 +167,7 @@ print_utf8 (FILE *fp, const char *buf, size_t len)
  *   3 - format is "<major>.<minor>.<micro><patchlevel>".
  * 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)
 {