Branch: Tag:

2014-10-08

2014-10-08 17:18:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>

_Roxen: Fixed bug in http_decode_string().

Due to forward patching...

388:    PCHARP foo, end;    struct string_builder newstr;    -  if (!args || Pike_sp[-args].type != PIKE_T_STRING) +  if (!args || TYPEOF(Pike_sp[-args]) != PIKE_T_STRING)    Pike_error("Invalid argument to http_decode_string(string).\n");       foo = MKPCHARP_STR(Pike_sp[-args].u.string);