-
Marko Mäkelä authored
ha_spider::create(): Pass the correct length of the argument of the CHARSET attribute. The macro STRING_WITH_LEN() is intended to be used with NUL terminated string constants only. Here, it would incorrectly pass sizeof(char*)-1 as the length.
4493642e