X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=libcitadel%2Flib%2Ftools.c;h=48a55fdf87ffc73a67d40d8e0153c38c5d63c290;hb=2825c1384a15d36a15fe602b4c538dc4d84da468;hp=142df442faf33e5c2b56c8b9abee73bbfd2971d9;hpb=0ee563d0c20386cc61fc376b555b4e7e242e3c9c;p=citadel.git diff --git a/libcitadel/lib/tools.c b/libcitadel/lib/tools.c index 142df442f..48a55fdf8 100644 --- a/libcitadel/lib/tools.c +++ b/libcitadel/lib/tools.c @@ -847,7 +847,7 @@ void CtdlMakeTempFileName(char *name, int len) { * Determine whether the specified message number is contained within the specified set. * Returns nonzero if the specified message number is in the specified message set string. */ -int is_msg_in_mset(char *mset, long msgnum) { +int is_msg_in_mset(const char *mset, long msgnum) { int num_sets; int s; char setstr[SIZ], lostr[SIZ], histr[SIZ]; /* was 1024 */