
18 Dec
2015
18 Dec
'15
1:27 p.m.
Hello
In net/net.c::net_loop(), the variables "fileaddr" and "filesize" are both set in case of a successful transfer.
In fs/fs.c::do_load(), just the variable "filesize" is set in case of success.
Is this asymmetry intentional or a mistake?
Dave