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