diff --git a/sys/fs/fat/fat.c b/sys/fs/fat/fat.c index 4470a0c..c3505bd 100644 --- a/sys/fs/fat/fat.c +++ b/sys/fs/fat/fat.c @@ -90,6 +90,7 @@ int read_fat(fileDescriptor_t *fd, char *data, off_t offset, long size) { FL_FILE *_file = (FL_FILE*) fd->res; + kprintf("Offset: %i", offset); if (fl_fseek(_file, offset, 0) != 0) kprintf("SEEK FAILED!");