We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Also probably the same as issue #7
Sorting multiple files also appears broken,
$ cat a.txt a $ cat b.txt b $ /tmp/msort a.txt a $ /tmp/msort b.txt b $ /tmp/msort a.txt b.txt Segmentation fault (core dumped)
Can you reproduce this?
The text was updated successfully, but these errors were encountered:
Setting BUFSIZE back to 1024 fixes #11 and #13
109e719
No branches or pull requests
Also probably the same as issue #7
Sorting multiple files also appears broken,
Can you reproduce this?
The text was updated successfully, but these errors were encountered: