Skip to content
Snippets Groups Projects
Commit 63ea16ad authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

bugfix

Rev: lib/master.pike:1.53
parent 71c9131d
No related branches found
No related tags found
No related merge requests found
/* $Id: master.pike,v 1.52 1997/10/06 07:51:38 hubbe Exp $
/* $Id: master.pike,v 1.53 1997/10/20 22:49:10 hubbe Exp $
*
* Master-file for Pike.
*/
......@@ -324,7 +324,7 @@ class dirnode
dirname=name;
tm=the_master;
if(mixed module=tm->findmodule(dirname+"/module"))
if(module=tm->findmodule(dirname+"/module"))
if(mixed tmp=module->_module_value)
module=tmp;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment