Skip to content
Snippets Groups Projects
Commit 44ab7a02 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Another miss in the metadata -> auxdata renaming

parent 56d1e07a
Branches
Tags
1 merge request!455Update branch with changes from master
......@@ -901,7 +901,7 @@ int sbbs_t::listfileinfo(const int dirnum, const char *filespec, const int mode)
,f->name,cfg.lib[cfg.dir[i]->lib]->sname,cfg.dir[i]->sname);
if(yesno(str)) {
f->dir = i;
addfile(&cfg, f, f->extdesc, f->metadata, /* client: */NULL);
addfile(&cfg, f, f->extdesc, f->auxdata, /* client: */NULL);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment