add newline when SIGINT for console output
This commit is contained in:
@@ -551,5 +551,6 @@ void runClient(struct ftpconn* cfd) {
|
||||
}
|
||||
|
||||
void shutdown(int signum) {
|
||||
std::cout << "\n";
|
||||
runServer = false;
|
||||
}
|
||||
Reference in New Issue
Block a user