From e55b9e89c4f6814055ee47fc158bd8a9485102fe Mon Sep 17 00:00:00 2001
From: divverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Date: Mon, 31 Aug 2009 07:06:53 +0000
Subject: [PATCH] change two more MAX_QPATH to MAX_OSPATH

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9155 d7cf8633-e32d-0410-b094-e92efae38249
---
 fs.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs.c b/fs.c
index a0322675..50689362 100644
--- a/fs.c
+++ b/fs.c
@@ -1038,7 +1038,7 @@ FS_AddPack
  */
 qboolean FS_AddPack(const char *pakfile, qboolean *already_loaded, qboolean keep_plain_dirs)
 {
-	char fullpath[MAX_QPATH];
+	char fullpath[MAX_OSPATH];
 	int index;
 	searchpath_t *search;
 
@@ -2841,7 +2841,7 @@ Look for a file in the packages and in the filesystem
 int FS_FileType (const char *filename)
 {
 	searchpath_t *search;
-	char fullpath[MAX_QPATH];
+	char fullpath[MAX_OSPATH];
 
 	search = FS_FindFile (filename, NULL, true);
 	if(!search)
-- 
2.39.5