mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-16 03:06:45 -04:00
you can now visit caredbar!
This commit is contained in:
parent
bf59962724
commit
3b903e2b52
55 changed files with 953 additions and 1428 deletions
|
@ -23,7 +23,7 @@ main(int argc,char **argv)
|
|||
puts("File not found");
|
||||
return 1;
|
||||
}
|
||||
f=fopen(argv[3],"w");
|
||||
f=fopen_icase(argv[3],"w");
|
||||
fwrite(z,1,s,f);
|
||||
fclose(f);
|
||||
puts("File successfuly expanded");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue