mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Add test and fixup for last mod
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37673 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5f03a0bfa2
commit
0e694147f0
3 changed files with 69 additions and 3 deletions
|
@ -3103,9 +3103,15 @@ unfold(const unsigned char *src, const unsigned char *end, BOOL *folded)
|
|||
return hdr;
|
||||
}
|
||||
/* Folded line ... add space at fold and continue parsing.
|
||||
* NB Space is ignored between encoded words; don't reset flag.
|
||||
*/
|
||||
[hdr appendString: @" "];
|
||||
if (1 == flags.encodedWord)
|
||||
{
|
||||
/* NB Space is ignored between encoded words;
|
||||
* count expected space but don't reset flag.
|
||||
*/
|
||||
expect++;
|
||||
}
|
||||
beg = src;
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue