1
0
Fork 0

include current dir as well

This commit is contained in:
me 2022-06-21 16:15:56 +04:30
parent 347d565930
commit 5ec7174e3e
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ int main(int argc,char** argv){
printf("This game doesn't take arguments");
}
char path[1000];
//snprintf(path,999,"%s:.",path);//include current dir at the end
snprintf(path,999,"%s:.",path);//include current dir at the end
signal(SIGINT,sigint_handler);
initscr();
noecho();