d_iwad: Make DirIsFile filename parameter const
This commit is contained in:
parent
b1af844e71
commit
bafe7eb1b9
1 changed files with 1 additions and 1 deletions
|
|
@ -448,7 +448,7 @@ static void CheckDOSDefaults(void)
|
|||
// Returns true if the specified path is a path to a file
|
||||
// of the specified name.
|
||||
|
||||
static boolean DirIsFile(const char *path, char *filename)
|
||||
static boolean DirIsFile(const char *path, const char *filename)
|
||||
{
|
||||
size_t path_len;
|
||||
size_t filename_len;
|
||||
|
|
|
|||
Loading…
Reference in a new issue