On Sep 24, 2005, at 17:30, Ross McFarland wrote: > > > On Sep 24, 2005, at 4:59 AM, Leopold Toetsch wrote: > >> - I don't understand the extra check: >> + if (path) >> + goto done; > > extra as in one last or extra as in why i'm checking at all? The test 'if (path)'. Before that is an 'if' that checks, if library loading was ok. Therefore I don't understand this line. The goto to the cleanup part is fine. > -rm leoThread Previous | Thread Next