mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
Minor userland tweaks.
This commit is contained in:
parent
71ed63c91d
commit
c80a1f39ce
Notes:
sideshowbarker
2024-07-19 18:44:38 +09:00
Author: https://github.com/awesomekling
Commit: c80a1f39ce
2 changed files with 7 additions and 1 deletions
|
@ -9,7 +9,7 @@ int main(int c, char** v)
|
|||
return 1;
|
||||
}
|
||||
for (;;) {
|
||||
char buf[16];
|
||||
char buf[128];
|
||||
ssize_t nread = read(fd, buf, sizeof(buf));
|
||||
if (nread == 0)
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue