> 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).


_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to