[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: patch for NSApplication.m
From: |
Nicola Pero |
Subject: |
Re: patch for NSApplication.m |
Date: |
Mon, 22 Jul 2002 13:03:32 +0100 (BST) |
> Greetings,
>
> Below is a (virtually trivial) patch I noticed some time ago for
> initialize_gnustep_backend() in NSApplication.m.
>
> The "while ((path = [benum nextObject]))" loop will exit because (1) a
> valid is path is found and the "break" statement is executed or (2) because
> method nextObject returns nil. In either case the last statement inside
> the loop, i.e. "path = nil", is unnecessary.
Thanks - I applied your patch to the CVS repository (0.8.0 freeze).
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: patch for NSApplication.m,
Nicola Pero <=