mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
fix uninitialised variable
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29659 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
31c03da34f
commit
0302d8ecbf
1 changed files with 1 additions and 1 deletions
|
@ -2506,8 +2506,8 @@ loadEntityFunction(void *ctx,
|
|||
if ([entityId hasPrefix: @"-//GNUstep//DTD "] == YES)
|
||||
{
|
||||
NSCharacterSet *ws = [NSCharacterSet whitespaceCharacterSet];
|
||||
NSString *found = nil;
|
||||
NSMutableString *name;
|
||||
NSString *found;
|
||||
unsigned len;
|
||||
NSRange r;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue