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.

CommentFileSizeAuthor
mailhandler_wrong_line_end_marker.patch36.16 KBilo

Comments

Ian Ward’s picture

@ilo, looks fine. I think these line endings have been there for awhile and were just never cleaned up.

Status: Needs review » Needs work

The last submitted patch, mailhandler_wrong_line_end_marker.patch, failed testing.

ilo’s picture

Status: Needs work » Fixed

Thanks, @Ian. I went ahead and committed the new file without additional changes beside the $Id$ tag at: http://drupal.org/cvs?commit=488628

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.