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

Another miss in the metadata -> auxdata renaming

parent 81fa3894
No related branches found
No related tags found
No related merge requests found
Pipeline #5104 passed
......@@ -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.
Finish editing this message first!
Please register or to comment