diff --git a/fteqtv/forward.c b/fteqtv/forward.c index 6ba4f2474..142136175 100644 --- a/fteqtv/forward.c +++ b/fteqtv/forward.c @@ -795,6 +795,7 @@ void SV_GenerateQTVDemoListing(cluster_t *cluster, oproxy_t *dest) { int namelen; DIR *dir; + struct dirent *oneentry; dir=opendir("."); if (!dir)