1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00
elinks/src/mime
Kalle Olavi Niemitalo 7645a836fc Cast the NULL argument of straconcat to unsigned char *.
straconcat reads the args with va_arg(ap, const unsigned char *),
and the NULL macro may have the wrong type (e.g. int).

Many places pass string literals of type char * to straconcat.  This
is in principle also a violation, but I'm ignoring it for now because
if it becomes a problem with some C implementation, then so will the
use of unsigned char * with printf "%s", which is so widespread in
ELinks that I'm not going to try fixing it now.
2007-03-11 12:59:11 +02:00
..
backend Make MIME backend metadata const. 2007-02-04 13:34:48 +02:00
dialogs.c Cast variadic arguments of getml to void *. 2007-03-11 12:41:17 +02:00
dialogs.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
Makefile path_to_top -> top_builddir 2005-10-20 04:00:35 +02:00
mime.c Cast the NULL argument of straconcat to unsigned char *. 2007-03-11 12:59:11 +02:00
mime.h Some day in the future ELinks will handle copiousoutput without external 2006-05-04 17:42:19 +02:00