--- loader/modules.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/loader/modules.c b/loader/modules.c index 89f956c..b408092 100644 --- a/loader/modules.c +++ b/loader/modules.c @@ -430,7 +430,7 @@ int processModuleLines(GTree *data, int (*f)(gchar**, GTree*)){ if (getline(&line, &linesize, file) < 0) break; - if (*line == NULL) + if (line == NULL) break; lineparts = g_strsplit_set(line, " ", 4); -- 1.6.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list