Fixed usage of global variable sigint

This commit is contained in:
Patrick Lipka 2021-12-09 17:17:46 +01:00
parent d7137f710c
commit 38dfaa9c7b
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
#include "track.h"
#include "project.h"
int sigint;
void handler(int signum){
sigint = 1;
std::cout << std::endl;