mirror of https://github.com/PatrickLipka/tt.git
Fixed usage of global variable sigint
This commit is contained in:
parent
d7137f710c
commit
38dfaa9c7b
|
@ -3,6 +3,8 @@
|
|||
#include "track.h"
|
||||
#include "project.h"
|
||||
|
||||
int sigint;
|
||||
|
||||
void handler(int signum){
|
||||
sigint = 1;
|
||||
std::cout << std::endl;
|
||||
|
|
Loading…
Reference in New Issue