mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Fix typos etc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14301 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ab0df6f2f4
commit
1ede313efa
19 changed files with 75 additions and 53 deletions
|
@ -2095,11 +2095,11 @@ getBytes(void* dst, void* src, unsigned len, unsigned limit, unsigned *pos)
|
|||
{
|
||||
if (data == 0)
|
||||
{
|
||||
NSLog(@"attempt to deserialize to a nul pointer");
|
||||
NSLog(@"attempt to deserialize to a null pointer");
|
||||
}
|
||||
if (type == 0)
|
||||
{
|
||||
NSLog(@"attempt to deserialize with a nul type encoding");
|
||||
NSLog(@"attempt to deserialize with a null type encoding");
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
@ -2853,11 +2853,11 @@ getBytes(void* dst, void* src, unsigned len, unsigned limit, unsigned *pos)
|
|||
{
|
||||
if (data == 0)
|
||||
{
|
||||
NSLog(@"attempt to serialize from a nul pointer");
|
||||
NSLog(@"attempt to serialize from a null pointer");
|
||||
}
|
||||
if (type == 0)
|
||||
{
|
||||
NSLog(@"attempt to serialize with a nul type encoding");
|
||||
NSLog(@"attempt to serialize with a null type encoding");
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue