Changeset 366 in Main for trunk


Ignore:
Timestamp:
Oct 17, 2024, 9:54:56 AM (4 weeks ago)
Author:
Nishi
Message:

update stuff

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Module/Makefile

    r315 r366  
    1919
    2020clean:
    21         rm -f *.o *.so *.a *.dll *.tds *.obj
     21        rm -f *.o *.so *.a *.dll *.tds *.obj *.nlm
  • trunk/Server/module.c

    r359 r366  
    6161#elif defined(__NETWARE__)
    6262        *hnd = FindNLMHandle(path);
     63        if(*hnd == 0){
     64                free(hnd);
     65                hnd = NULL;
     66        }
    6367        lib = (void*)hnd;
    6468#else
Note: See TracChangeset for help on using the changeset viewer.