mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-15 08:01:33 +00:00
fix error in last update
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@38464 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
17ce0ccf78
commit
fe1d368d66
1 changed files with 1 additions and 1 deletions
|
@ -827,7 +827,7 @@ static unsigned int trim(char *str)
|
|||
record = [rtype newWithValues: values
|
||||
keys: keys
|
||||
count: fieldCount];
|
||||
if (0 == i)
|
||||
if (0 == i && [record respondsToSelector: @selector(keys)])
|
||||
{
|
||||
k = [record keys];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue