Files
ladybird/Userland/sort.cpp
Matthew L. Curry 212aa85a55 Userland/sort: Convert sort to use getline
Sort uses a statically sized buffer. This commit changes that to use getline,
so lines of any size will be handled properly.
2020-10-25 14:37:48 +01:00

2.2 KiB