X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5dd6771b28c257af405d7248639ed0e3bcdce38b..360f0c24ea63ed5420365703dd11f72caca0d183:/sbr/seq_del.c diff --git a/sbr/seq_del.c b/sbr/seq_del.c index eb41ec40..8c353f38 100644 --- a/sbr/seq_del.c +++ b/sbr/seq_del.c @@ -25,7 +25,8 @@ int seq_delsel (struct msgs *mp, char *cp, int public, int zero) { - int i, msgnum, new_seq = 1; + unsigned int i; + int msgnum, new_seq = 1; if (!seq_nameok (cp)) return 0;