mirror of
https://github.com/anope/anope.git
synced 2026-06-25 05:36:37 +02:00
Some windows fixes from the Anope::string commit
This commit is contained in:
@@ -51,7 +51,7 @@ static int moduleCopyFile(const Anope::string &name, Anope::string &output)
|
||||
return MOD_ERR_FILE_IO;
|
||||
}
|
||||
output = tmp_output;
|
||||
delete [] tmp_output;
|
||||
free(tmp_output); // XXX
|
||||
|
||||
Alog(LOG_DEBUG) << "Runtime module location: " << output;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user