+2007-05-02 10:50 -0700 N.J. Mann <njm@njm.f2s.com> (f6861b85f22b)
+
+ * OPS, curs_main.c, functions.h: Add next-folder command
+
+2007-05-01 10:41 -0700 Brendan Cully <brendan@kublai.com> (1ed1cbc7bad4)
+
+ * configure.ac: Make IDN depend on iconv support
+
2007-04-29 19:10 -0700 Alain Bench <veronatif@free.fr> (0e32bd00f341)
* contrib/smime.rc, smime.c: contrib/smime.rc:
if (dest[idx] == '&')
{
memmove (&dest[idx + pwnl], &dest[idx + 1],
- MAX(destlen - idx - pwnl - 1, 0));
+ MAX((ssize_t)(destlen - idx - pwnl - 1), 0));
memcpy (&dest[idx], pw->pw_name, MIN(destlen - idx - 1, pwnl));
dest[idx] = toupper ((unsigned char) dest[idx]);
}