Add const to FS_CreatePath argument
This commit is contained in:
parent
3b90b76d7f
commit
ca1ea17f0d
|
|
@ -543,7 +543,7 @@ FS_CreatePath
|
|||
Creates any directories needed to store the given filename
|
||||
============
|
||||
*/
|
||||
qboolean FS_CreatePath (char *OSPath) {
|
||||
qboolean FS_CreatePath (const char *OSPath) {
|
||||
char *ofs;
|
||||
char path[MAX_OSPATH];
|
||||
|
||||
|
|
|
|||
|
|
@ -625,7 +625,7 @@ void FS_FreeFileList( char **list );
|
|||
|
||||
qboolean FS_FileExists( const char *file );
|
||||
|
||||
qboolean FS_CreatePath (char *OSPath);
|
||||
qboolean FS_CreatePath (const char *OSPath);
|
||||
|
||||
int FS_FindVM(void **startSearch, char *found, int foundlen, const char *name, int enableDll);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user