]> granicus.if.org Git - neomutt/commitdiff
Adjust version number comment in gpgme
authorKevin McCarthy <kevin@8t8.us>
Wed, 5 Dec 2018 17:31:34 +0000 (09:31 -0800)
committerRichard Russon <rich@flatcap.org>
Mon, 10 Dec 2018 14:04:48 +0000 (14:04 +0000)
ncrypt/crypt_gpgme.c

index eee39e3f5216c9ecc98a32c6b4d454767072649f..69994bf7f8b351a68b8918074981e1ca68afa5df 100644 (file)
@@ -213,7 +213,7 @@ static void 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)
 {
   return gpgrt_cmp_version(a, b, level);