mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-29 07:02:12 +00:00
This is why you don't let noobs code.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2434 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
8402f12b2c
commit
b26e4c51f7
1 changed files with 1 additions and 0 deletions
|
@ -795,6 +795,7 @@ void SV_GenerateQTVDemoListing(cluster_t *cluster, oproxy_t *dest)
|
||||||
{
|
{
|
||||||
int namelen;
|
int namelen;
|
||||||
DIR *dir;
|
DIR *dir;
|
||||||
|
struct dirent *oneentry;
|
||||||
|
|
||||||
dir=opendir(".");
|
dir=opendir(".");
|
||||||
if (!dir)
|
if (!dir)
|
||||||
|
|
Loading…
Reference in a new issue