diff options
Diffstat (limited to 'NetWare/dl_netware.xs')
-rw-r--r-- | NetWare/dl_netware.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NetWare/dl_netware.xs b/NetWare/dl_netware.xs index e02396b84a..7e11f71c04 100644 --- a/NetWare/dl_netware.xs +++ b/NetWare/dl_netware.xs @@ -111,7 +111,7 @@ dl_load_file(filename,flags=0) //initialize UCS, this has to be terminated when the script finishes execution //Is the script intending to use UCS Extensions? //This should be done once per script execution - if ((strcmp(mod_name,"Perl2UCS.nlp")==0) || (strcmp(mod_name,"UCSExt.nlp")==0)) + if ((strcmp(mod_name,"Perl2UCS.nlm")==0) || (strcmp(mod_name,"UCSExt.nlm")==0)) { unsigned int moduleHandle = 0; moduleHandle = FindNLMHandle("UCSCORE.NLM"); |