mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-11 08:30:42 +00:00
fix error in method name
This commit is contained in:
parent
a496d0dd8e
commit
8335ce336a
1 changed files with 1 additions and 1 deletions
|
@ -1727,7 +1727,7 @@ static inline unsigned int trim(char *str, unsigned len)
|
|||
{
|
||||
NSMutableString *s = [NSMutableString stringWithCapacity: 1000];
|
||||
|
||||
[self quoteArray: a to: s quotingStrings: YES];
|
||||
[self quoteArray: a toString: s quotingStrings: YES];
|
||||
return SQLClientProxyLiteral(s);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue