mirror of
https://github.com/MetaCubeX/subconverter.git
synced 2025-11-04 18:19:42 +08:00
Fix compile error
This commit is contained in:
parent
54747a3268
commit
d00e901d23
@ -1640,7 +1640,7 @@ std::string netchToSSSub(std::string &base_conf, std::vector<nodeInfo> &nodes, e
|
||||
}
|
||||
|
||||
rapidjson::Value jsondata;
|
||||
json.Swap(jsondata);
|
||||
jsondata = json.Move();
|
||||
|
||||
output_content = "[";
|
||||
for(nodeInfo &x : nodes)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user