Minor changes

This commit is contained in:
Loïc Guégan 2024-02-02 13:19:35 +01:00
parent 72d6ef9ec6
commit 4224cb1d6c

View file

@ -40,6 +40,7 @@ void askforbreak(){
FILE * file;
file = fopen(__break_file, "r");
while(file){
printf("I am doing a break for %ds", BREAK_DURATION);
usleep(BREAK_DURATION * 1000);
fclose(file);
file = fopen(__break_file, "r");