-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
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
Why any line longer than 255 chars is ignored? #48
Comments
Seems to be a very arbitrary constraint but luckily seems easy enough to modify. Might be worth forking and updating this, if I have some time for this down the road might just do that myself if it works. |
Hi, @NotoriousRebel !
I seems to be a little more complicated. I already have change all limits (including all that you suggest as result of your search link). Also tried to solve that by changing many other parts of the code, but max chars line limit is still applied o_O My C Language knowledge is not enough to achieve that goal. I surrender! I just achieve to set STDIN as default output file goal, but was a secondary objective so, I you have any other idea, It will be welcome! Regards. |
Actually it's not completelly arbitrary. On x64, i use a struct which is sizeof(ptr) (64 bits). If someone has enough sources to ensure than at least 12 MSB are guaranted to be 0, i can update duplicut accordingly. |
One question...
Why any line longer than 255 chars is ignored?
There is any reasonable explanation?
Regards.
The text was updated successfully, but these errors were encountered: