mirror of
https://github.com/abakh/nbsdgames.git
synced 2024-11-02 16:27:18 -04:00
include current dir as well
This commit is contained in:
parent
347d565930
commit
5ec7174e3e
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user