mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
Add a naive /bin/fgrep for testing pipes.
This commit is contained in:
parent
d5d45d1088
commit
18e3ddf605
Notes:
sideshowbarker
2024-07-19 16:11:03 +09:00
Author: https://github.com/awesomekling
Commit: 18e3ddf605
8 changed files with 56 additions and 8 deletions
|
@ -20,7 +20,7 @@ ssize_t TTY::read(byte* buffer, size_t size)
|
|||
if (nread == (ssize_t)m_buffer.size())
|
||||
m_buffer.clear();
|
||||
else {
|
||||
dbgprintf("had %u, read %u\n", m_buffer.size(), nread);
|
||||
kprintf("had %u, read %u\n", m_buffer.size(), nread);
|
||||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
return nread;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue