Skip to content
Snippets Groups Projects
Commit d12e01f9 authored by rswindell's avatar rswindell
Browse files

Changed usage of update_uldate().

parent 6610f30e
No related branches found
No related tags found
No related merge requests found
......@@ -1043,7 +1043,7 @@ int sbbs_t::listfileinfo(uint dirnum, char *filespec, long mode)
f.altpath=0; }
putfiledat(&cfg,&f);
inputnstime(&f.dateuled);
update_uldate(&f);
update_uldate(&cfg, &f);
break;
case 'F': /* delete file only */
sprintf(str,"%s%s",dirpath,fname);
......
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