You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR #32149 introduces CRLF as line-terminator and this PR #46983 introduces an option for line terminator.
Seems they all forgot to update the size of the line terminator here:
wp.currentFileSize += uint64(bf.Len()-lastBfSize) + 1 // 1 is for "\n"
I don't think it will impact the dumpling, but it is better to fix it, here is the PR:#54623
The text was updated successfully, but these errors were encountered:
Enhancement
This PR #32149 introduces CRLF as line-terminator and this PR #46983 introduces an option for line terminator.
Seems they all forgot to update the size of the line terminator here:
I don't think it will impact the dumpling, but it is better to fix it, here is the PR:#54623
The text was updated successfully, but these errors were encountered: