mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
[spidermonkey] init string () not {}
This commit is contained in:
parent
843af9e300
commit
b8a1b1e01f
@ -816,7 +816,7 @@ ontimeout_run(void *data)
|
|||||||
static const std::vector<std::string>
|
static const std::vector<std::string>
|
||||||
explode(const std::string& s, const char& c)
|
explode(const std::string& s, const char& c)
|
||||||
{
|
{
|
||||||
std::string buff{""};
|
std::string buff("");
|
||||||
std::vector<std::string> v;
|
std::vector<std::string> v;
|
||||||
|
|
||||||
bool found = false;
|
bool found = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user