mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
revert port coder changes ... not working. Tidy others
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34837 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7449b39bfc
commit
c15dc542ce
3 changed files with 10 additions and 90 deletions
|
@ -314,7 +314,6 @@ static Class NSMutableDataMallocClass;
|
|||
}
|
||||
else
|
||||
{
|
||||
i = byteCount;
|
||||
for (i = 0; i < byteCount; i++)
|
||||
{
|
||||
(*_serImp)(_dst, serSel, bytePtr + i, @encode(uint8_t), nil);
|
||||
|
@ -337,7 +336,6 @@ static Class NSMutableDataMallocClass;
|
|||
}
|
||||
else
|
||||
{
|
||||
i = byteCount;
|
||||
for (i = 0; i < byteCount; i++)
|
||||
{
|
||||
(*_serImp)(_dst, serSel, bytePtr + i, @encode(uint8_t), nil);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue