Kernel/modules - Add support for argument strings to alternate loaders
[tpg/acess2.git] / KernelLand / Kernel / modules.c
index 5fff929..cbcf859 100644 (file)
@@ -383,7 +383,7 @@ int Module_LoadFile(const char *Path, const char *ArgString)
 
        if( loader )
        {
-               if( loader->Loader(base) )
+               if( loader->Loader(base, ArgString) )
                {
                        Binary_Unload(base);
                        return EINVAL;

UCC git Repository :: git.ucc.asn.au