summaryrefslogtreecommitdiffstats
path: root/utils/modlist.c
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-05-09 16:01:19 +0000
committerErik Troan <ewt@redhat.com>2000-05-09 16:01:19 +0000
commitadd43b13d71119e35c10ec87b2ad39a963b7dfde (patch)
treeb99939366582a03d93e1ae0b1967a6b930f1a68a /utils/modlist.c
parent2c487fb6e00c1b8d8e32ab5f4d5d78fb631d9660 (diff)
downloadanaconda-add43b13d71119e35c10ec87b2ad39a963b7dfde.tar.gz
anaconda-add43b13d71119e35c10ec87b2ad39a963b7dfde.tar.xz
anaconda-add43b13d71119e35c10ec87b2ad39a963b7dfde.zip
fixed for new modlist stuff
Diffstat (limited to 'utils/modlist.c')
-rw-r--r--utils/modlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/modlist.c b/utils/modlist.c
index 966852cb1..6454496ce 100644
--- a/utils/modlist.c
+++ b/utils/modlist.c
@@ -38,7 +38,7 @@ int main(int argc, char ** argv) {
}
mis = isysNewModuleInfoSet();
- if (isysReadModuleInfo(modInfoFile, mis, NULL)) {
+ if (isysReadModuleInfo(modInfoFile, mis, MI_LOCATION_NONE, NULL)) {
fprintf(stderr, "Failed to read %s\n", modInfoFile);
exit(1);
}