Index: rocrail/impl/hclient.c --- rocrail/impl/hclient.c.orig +++ rocrail/impl/hclient.c @@ -174,7 +174,7 @@ static void __scan4Html( iOHClient inst ) { if( StrOp.endsWithi( fileName, ".html" ) || StrOp.endsWithi( fileName, ".htm" ) ) { char* path = StrOp.fmt( "%s%c%s", data->path, SystemOp.getFileSeparator(), fileName ); long size = FileOp.fileSize( path ); - long ftime = FileOp.fileTime( path ); + time_t ftime = FileOp.fileTime( path ); StrOp.replaceAll( path, '\\', '/' ); SocketOp.fmt( data->socket, "
process id | %d |
started at | %s |