Changeset 274

Show
Ignore:
Timestamp:
10/12/07 02:44:51 (9 months ago)
Author:
aldacron
Message:

[DerelictUtil?]
* fixed a potential bug in the loader module when attempting to load one from an array of library names

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/DerelictUtil/derelict/util/loader.d

    r269 r274  
    100100        { 
    101101            lib = Derelict_LoadSharedLib(libName); 
     102            if(lib !is null) break; 
    102103        } 
    103104        catch(SharedLibLoadException slle)