From 8402f12b2ce8c08279f784ecf1314567304e40f7 Mon Sep 17 00:00:00 2001 From: Spoike Date: Fri, 27 Oct 2006 11:10:35 +0000 Subject: [PATCH] Wow, I suck. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2433 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- fteqtv/forward.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fteqtv/forward.c b/fteqtv/forward.c index bce36bd0d..6ba4f2474 100644 --- a/fteqtv/forward.c +++ b/fteqtv/forward.c @@ -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.";