mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Recommit NSUnarchiver.m (now tested), revert recently broken NSPropertyList.m to working version again.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32081 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cd09e6bf87
commit
d3f23b5057
3 changed files with 10 additions and 4 deletions
|
@ -1196,7 +1196,6 @@ static Class NSDataMallocClass;
|
|||
{
|
||||
NSLog(@"Loss of information converting decoded value to uint16_t");
|
||||
}
|
||||
*(uint8_t*)address = (uint8_t)big;
|
||||
*(uint16_t*)address = (uint16_t)big;
|
||||
return;
|
||||
case 4:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue