DebugViewPP icon indicating copy to clipboard operation
DebugViewPP copied to clipboard

Disregard "Auto Newline" user setting and always assume auto newline in FileReader

Open Ishmaeel opened this issue 2 years ago • 0 comments

This may not be the proper place to fix this but it works nicely at least as a temporary measure. The alternative is a potential DoS when trying to open large files as discussed in #352.

Now FileReader always splits on newlines regardless of what the user selected for "Auto Newline" option from the menu. Fixes #352.

Ishmaeel avatar Jul 31 '21 04:07 Ishmaeel