Wow, I suck.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2433 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2006-10-27 11:10:35 +00:00
parent 41dc8f9738
commit 8402f12b2c
1 changed files with 1 additions and 1 deletions

View File

@ -796,7 +796,7 @@ void SV_GenerateQTVDemoListing(cluster_t *cluster, oproxy_t *dest)
int namelen;
DIR *dir;
dir=opendir(path);
dir=opendir(".");
if (!dir)
{
s = "QTV Proxy is unable to search for available demos.";