0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-06-30 22:19:29 -04:00
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
..
2006-07-02 20:06:57 +02:00
2006-08-22 22:18:00 +02:00
2006-01-14 10:41:58 +01:00
2006-07-02 16:30:41 +02:00
2005-10-21 09:14:07 +02:00
2006-01-10 23:59:14 +01:00
2006-01-11 20:10:27 +01:00
2005-10-21 09:14:07 +02:00
2006-01-11 20:12:59 +01:00