mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-21 04:32:03 +00:00
bugfix for method name termination
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12809 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6d8b617959
commit
28a76a26bd
2 changed files with 4 additions and 0 deletions
|
@ -183,6 +183,7 @@
|
|||
hi = islower(lo) ? toupper(lo) : lo;
|
||||
buf[4] = hi;
|
||||
buf[size+4] = ':';
|
||||
buf[size+5] = '\0';
|
||||
|
||||
name = buf; // _setKey:
|
||||
type = NULL;
|
||||
|
@ -245,6 +246,7 @@
|
|||
hi = islower(lo) ? toupper(lo) : lo;
|
||||
buf[4] = hi;
|
||||
buf[size+4] = ':';
|
||||
buf[size+5] = '\0';
|
||||
|
||||
name = &buf[1]; // setKey:
|
||||
type = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue