X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fstring-map.c;h=a88404c734ff5a93ab98349bcc7913229bd19e47;hb=38bd0df922aa1c9ac98154f6d3dc3e30255ad47e;hp=5aac8bcc8a8996b36050287183ca3e0893fe922e;hpb=008a5e92eb157e2bb8622cb2fbf644deba5ba4b4;p=notmuch 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)