All lines are ended with doubled 0x0d character, so any attempt to view in windows makes the code sentences to be separated by empty lines. This patch does nothing but replacing all these doubled 0x0d characters with single char. This cleanup is required for the diff tool to work.
If you have a copy of the CVS version, this can be testable making a hexdump of the file.
| Comment | File | Size | Author |
|---|---|---|---|
| mailhandler_wrong_line_end_marker.patch | 36.16 KB | ilo |
Comments
Comment #1
Ian Ward commented@ilo, looks fine. I think these line endings have been there for awhile and were just never cleaned up.
Comment #3
ilo commentedThanks, @Ian. I went ahead and committed the new file without additional changes beside the $Id$ tag at: http://drupal.org/cvs?commit=488628