This commit is contained in:
Christoph Oelckers 2015-03-26 13:05:42 +01:00
commit 29c5071672
1 changed files with 1 additions and 1 deletions

View File

@ -2223,7 +2223,7 @@ void D_DoomMain (void)
if (Args->CheckParm("-hashfiles"))
{
FString filename = "fileinfo.txt";
const char *filename = "fileinfo.txt";
Printf("Hashing loaded content to: %s\n", filename);
hashfile = fopen(filename, "w");
if (hashfile)