mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Fix error encoding termination markup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21934 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3df71049d3
commit
4edb1f1f6b
2 changed files with 3 additions and 2 deletions
|
@ -752,8 +752,7 @@ static void MD5Transform (unsigned long buf[4], unsigned long const in[16])
|
|||
/*
|
||||
* Encode a line of length zero followed by 'end' as the terminator.
|
||||
*/
|
||||
[encoded appendBytes: "`\n" length: 4];
|
||||
[encoded appendBytes: "end\n" length: 4];
|
||||
[encoded appendBytes: "`\nend\n" length: 6];
|
||||
return YES;
|
||||
}
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue