mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Minor cleanups.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32031 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2edfea16be
commit
bc34d0505f
15 changed files with 137 additions and 53 deletions
|
@ -1307,8 +1307,8 @@ int main (int argc, char** argv, char** env)
|
|||
HTMLDirectoryEnumerator *e;
|
||||
NSString *filename;
|
||||
|
||||
e = [HTMLDirectoryEnumerator alloc];
|
||||
e = [e initWithBasePath: arg];
|
||||
e = [[[HTMLDirectoryEnumerator alloc]
|
||||
initWithBasePath: arg] autorelease];
|
||||
[e setReturnsAbsolutePaths: YES];
|
||||
|
||||
while ((filename = [e nextObject]) != nil)
|
||||
|
|
|
@ -2065,7 +2065,7 @@ init_probe()
|
|||
{
|
||||
int broadcast = 0;
|
||||
int elen = 0;
|
||||
struct in_addr *other;
|
||||
struct in_addr *other = 0;
|
||||
struct in_addr sin;
|
||||
int high = 0;
|
||||
int low = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue