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

Baja FGET_TIME function works again (using new filetime function).

FSET_TIME still not implemented in v3.
parent 6f725af5
No related branches found
No related tags found
No related merge requests found
......@@ -1186,11 +1186,8 @@ int sbbs_t::exec_misc(csi_t* csi, char *path)
csi->ip+=4;
lp2=getintvar(csi,*(long *)csi->ip);
csi->ip+=4;
#if 0 /* ftime */
if(lp1 && *lp1 && lp2) {
getftime(fileno((FILE *)*lp1),&ft);
*lp2=ftimetounix(ft); }
#endif
if(lp1 && *lp1 && lp2)
*lp2=filetime(fileno((FILE *)*lp1));
return(0);
case FIO_SET_TIME:
lp1=getintvar(csi,*(long *)csi->ip);
......
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