1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00

[spidermonkey] init string () not {}

This commit is contained in:
Witold Filipczyk 2023-09-12 18:21:49 +02:00
parent 843af9e300
commit b8a1b1e01f

View File

@ -816,7 +816,7 @@ ontimeout_run(void *data)
static const std::vector<std::string>
explode(const std::string& s, const char& c)
{
std::string buff{""};
std::string buff("");
std::vector<std::string> v;
bool found = false;