diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2012-11-30 22:44:50 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2012-11-30 22:44:50 +0000 |
commit | 899237ccc0e90a23ae8c813d700c914bb934d583 (patch) | |
tree | 5cdb1fa8317b8fd1fc07a3e045c8882fa9fb96cd /mail | |
parent | 2096764a8597c98638415fa0e1db8dc1129a11f2 (diff) | |
download | ports-899237ccc0e90a23ae8c813d700c914bb934d583.tar.gz ports-899237ccc0e90a23ae8c813d700c914bb934d583.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/altermime/files/patch-ffget.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/altermime/files/patch-ffget.c b/mail/altermime/files/patch-ffget.c new file mode 100644 index 000000000000..39cfb2edf0b9 --- /dev/null +++ b/mail/altermime/files/patch-ffget.c @@ -0,0 +1,11 @@ +--- ./ffget.c.orig 2008-12-13 03:13:09.000000000 +0200 ++++ ./ffget.c 2012-12-01 00:41:29.000000000 +0200 +@@ -550,7 +550,7 @@ + // if we have another \r after it, in which case, we + // turn on SINGLE_DELIMETER_MODE. + +- if ( (*crlfpos == '\r') ) ++ if (*crlfpos == '\r') + { + f->linebreak = FFGET_LINEBREAK_CR; + snprintf(f->lastbreak,sizeof(f->lastbreak),"\r"); |