hp85disk icon indicating copy to clipboard operation
hp85disk copied to clipboard

HP-85 Disk Emulator using AVR and MicroSD card for classic HP series 80 computers

Results 2 hp85disk issues
Sort by recently updated
recently updated
newest added

I guess there is an `else` missing here

Hello, I have a small question. It seems that the `off_t` type should be signed (according to https://www.man7.org/linux/man-pages/man3/off_t.3type.html). Otherwise `lseek` with `SEEK_END` would make no sense. https://github.com/magore/hp85disk/blob/f01043ec2f665c3013bbdf0e7684a5d88652a266/posix/posix.h#L51