Files
ladybird/Kernel/FileSystem/FileDescription.cpp
Andreas Kling e8fee92357 Kernel: Don't update fd offset on read/write error
If something goes wrong with a read or write operation, we don't want
to add the error number to the fd's offset. :^)
2019-11-04 13:58:28 +01:00

6.9 KiB