mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
fix bad arg name
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29769 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3d42c698b8
commit
648c9eb30d
1 changed files with 1 additions and 1 deletions
|
@ -1038,7 +1038,7 @@ protocol_isEqual(Protocol *p, Protocol *other)
|
|||
const char *
|
||||
sel_getName(SEL sel)
|
||||
{
|
||||
if (name == 0) return "<null selector>";
|
||||
if (sel == 0) return "<null selector>";
|
||||
return sel_get_name(sel);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue