mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05: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>
|
||||
explode(const std::string& s, const char& c)
|
||||
{
|
||||
std::string buff{""};
|
||||
std::string buff("");
|
||||
std::vector<std::string> v;
|
||||
|
||||
bool found = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user