X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fstring-map.c;h=a88404c734ff5a93ab98349bcc7913229bd19e47;hp=5aac8bcc8a8996b36050287183ca3e0893fe922e;hb=9f68919ee7d7c8c9cc7c2231ddc9f970a0ae1aa3;hpb=008a5e92eb157e2bb8622cb2fbf644deba5ba4b4 diff --git a/lib/string-map.c b/lib/string-map.c index 5aac8bcc..a88404c7 100644 --- a/lib/string-map.c +++ b/lib/string-map.c @@ -14,7 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see http://www.gnu.org/licenses/ . + * along with this program. If not, see https://www.gnu.org/licenses/ . * * Author: David Bremner */ @@ -106,7 +106,7 @@ _notmuch_string_map_sort (notmuch_string_map_t *map) map->sorted = true; } -static bool +static int string_cmp (const char *a, const char *b, bool exact) { if (exact)