On 10/20/05, Vlad Seryakov <[EMAIL PROTECTED]> wrote:
> It looks like new modload broke loading Tcl based modules.
>
> I have the following line in config
>
> ns_param        oss2            Tcl
>
> which loads Tcl module, now it complaints.
> oss2 is a sibdir with .tcl files


Thanks for the fix!


<         if {![string equal [string tolower $module] tcl]} {
---
>         if {![string equal [string tolower $file] tcl]} {

Reply via email to