mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-25 13:21:36 +00:00
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:
parent
41dc8f9738
commit
8402f12b2c
1 changed files with 1 additions and 1 deletions
|
@ -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.";
|
||||
|
|
Loading…
Reference in a new issue