Simple fix for stupid bug.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4333 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
bd2205bcad
commit
d90ed31f93
1 changed files with 1 additions and 1 deletions
|
@ -16,8 +16,8 @@
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int depth;
|
int depth;
|
||||||
char rootpath[1];
|
|
||||||
void (QDECL *AddFileHash)(int depth, const char *fname, fsbucket_t *filehandle, void *pathhandle);
|
void (QDECL *AddFileHash)(int depth, const char *fname, fsbucket_t *filehandle, void *pathhandle);
|
||||||
|
char rootpath[1];
|
||||||
} stdiopath_t;
|
} stdiopath_t;
|
||||||
typedef struct {
|
typedef struct {
|
||||||
vfsfile_t funcs;
|
vfsfile_t funcs;
|
||||||
|
|
Loading…
Reference in a new issue