mirror of
https://github.com/asdlokj1qpi233/subconverter.git
synced 2025-10-29 12:52:37 +00:00
Bug fixes
Fix compile error on MacOS. Speed up generation of Clash configuration.
This commit is contained in:
1
misc.h
1
misc.h
@@ -51,7 +51,6 @@ void urlParse(std::string url, std::string &host, std::string &path, int &port,
|
||||
void removeUTF8BOM(std::string &data);
|
||||
int shortAssemble(unsigned short num_a, unsigned short num_b);
|
||||
void shortDisassemble(int source, unsigned short &num_a, unsigned short &num_b);
|
||||
std::string to_string(const YAML::Node &node);
|
||||
int to_int(std::string &s, int def_vaule = 0);
|
||||
|
||||
std::string fileGet(std::string path, bool binary = true);
|
||||
|
||||
Reference in New Issue
Block a user