Files
ladybird/Libraries/LibCore
Andreas Kling 385e9268f4 CIODevice: printf() thought it was calling ::write() but it was write()
There's some confusion between the write syscall and CIODevice::write()
here. The internal write() returns a boolean, and has already whined
in case the syscall failed, so we don't need to do that again.
2019-08-01 10:41:04 +02:00
..
2019-07-25 19:49:28 +02:00
2019-07-25 19:49:28 +02:00