diff --git a/sys/fs/vfs/file.c b/sys/fs/vfs/file.c index 6ea6cd4..86b4d1f 100644 --- a/sys/fs/vfs/file.c +++ b/sys/fs/vfs/file.c @@ -541,6 +541,7 @@ for (tmpFd = fdTable; tmpFd != 0x0; tmpFd = tmpFd->next) { if (tmpFd == fd) { + kprintf("DUP: %i", fd->dup); if (fd->dup > 0) fd->dup--; else {