mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 20:26:42 +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
92bceae15f
commit
b0e48ab456
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