summaryrefslogtreecommitdiffstats
path: root/loader2/moduleinfo.c
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2005-12-05 19:05:38 +0000
committerPeter Jones <pjones@redhat.com>2005-12-05 19:05:38 +0000
commit19577a610fd33e23b9b07082086c31f1b00da273 (patch)
tree0408d42978acb8ce990ef7d5299efb45e7fee9f3 /loader2/moduleinfo.c
parente4c458236ff84cc6e867eaf638a568e561cab592 (diff)
downloadanaconda-19577a610fd33e23b9b07082086c31f1b00da273.tar.gz
anaconda-19577a610fd33e23b9b07082086c31f1b00da273.tar.xz
anaconda-19577a610fd33e23b9b07082086c31f1b00da273.zip
* isys/nfsmount_xdr.c (xdr_mountres3_ok): reformat weird tabbing,
and don't type-pun any more. * isys/linkdetect.c (mdio_read): no type-punning. * loader/moduleinfo.c (readModuleInfo): fix typo (+ instead of +=) that gcc41 complains about.
Diffstat (limited to 'loader2/moduleinfo.c')
-rw-r--r--loader2/moduleinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/moduleinfo.c b/loader2/moduleinfo.c
index ad8d58e3b..8ac18aa30 100644
--- a/loader2/moduleinfo.c
+++ b/loader2/moduleinfo.c
@@ -116,7 +116,7 @@ int readModuleInfo(const char * filename, moduleInfoSet mis,
/* slice and dice */
next = chptr + 1;
} else {
- chptr + strlen(start) - 1;
+ chptr += strlen(start) - 1;
}
chptr--;