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.";