From 2c7c203fd98a9e2b6d31b15e2d13cbf7ec0df605 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 11 Feb 2008 18:32:29 +0000 Subject: fix typo --- mdk-stage1/modules.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1') diff --git a/mdk-stage1/modules.c b/mdk-stage1/modules.c index cc916a162..db0498397 100644 --- a/mdk-stage1/modules.c +++ b/mdk-stage1/modules.c @@ -306,7 +306,7 @@ static enum insmod_return insmod_with_deps(const char * mod_name, char * options log_message("needs %s", filename); { - char *file = asprintf_("%s/%s", modules_directory, kernel_module_extension()); + char *file = asprintf_("%s/%s%s", modules_directory, filename, kernel_module_extension()); return insmod_local_file(file, options); } } -- cgit v1.2.1