X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fm_convert.c;h=c88747f09e0de9008adf99e2316b1351a605f726;hb=21280aed16e7a74b4c578c328ef76e2a4649985c;hp=bbefc99a4cc9163ebc1c26b60586aaeab9767478;hpb=a259594cc41e41bfbb90562d3977b8194d1446f5;p=mmh diff --git a/sbr/m_convert.c b/sbr/m_convert.c index bbefc99..c88747f 100644 --- a/sbr/m_convert.c +++ b/sbr/m_convert.c @@ -2,8 +2,6 @@ /* * m_convert.c -- parse a message range or sequence and set SELECTED * - * $Id$ - * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -40,7 +38,8 @@ int m_convert (struct msgs *mp, char *name) { int first, last, found, range, err; - char *bp, *cp; + unsigned char *bp; + char *cp; /* check if user defined sequence */ err = attr (mp, cp = name); @@ -240,8 +239,8 @@ static int m_conv (struct msgs *mp, char *str, int call) { register int i; - register char *cp, *bp; - char buf[16]; + register unsigned char *cp, *bp; + unsigned char buf[16]; convdir = 1; cp = bp = str; @@ -264,10 +263,10 @@ m_conv (struct msgs *mp, char *str, int call) #ifdef LOCALE /* doesn't enforce lower case */ for (bp = buf; (isalpha(*cp) || *cp == '.') - && (bp - buf < sizeof(buf) - 1); ) + && (bp - buf < (int) sizeof(buf) - 1); ) #else for (bp = buf; ((*cp >= 'a' && *cp <= 'z') || *cp == '.') - && (bp - buf < sizeof(buf) - 1); ) + && (bp - buf < (int) sizeof(buf) - 1); ) #endif /* LOCALE */ { *bp++ = *cp++; @@ -326,7 +325,7 @@ m_conv (struct msgs *mp, char *str, int call) static int attr (struct msgs *mp, char *cp) { - register char *dp; + register unsigned char *dp; char *bp = NULL; register int i, j; int found,