fixing bugs, changing some code from char arrays to c++ std::string
This commit is contained in:
@@ -7,5 +7,5 @@
|
||||
#include <thread>
|
||||
#include <mutex>
|
||||
|
||||
int start_thread(const char*command);
|
||||
int start_thread(const std::string& command);
|
||||
#endif
|
||||
Reference in New Issue
Block a user