From c03e8721128fa7803d40dd07084f7650e88c7355 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 26 Dec 2007 20:56:55 +0000 Subject: save a bit of code with *strchrnul = '\0' trick function old new delta nextline 59 55 -4 include_conf 902 898 -4 read_config 414 406 -8 fsck_main 1880 1869 -11 --- util-linux/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux') diff --git a/util-linux/mount.c b/util-linux/mount.c index 1ecdd95..abf5cd0 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -1448,7 +1448,7 @@ static int singlemount(struct mntent *mp, int ignore_busy) // Might this be a virtual filesystem? if (ENABLE_FEATURE_MOUNT_HELPERS - && (strchr(mp->mnt_fsname,'#')) + && (strchr(mp->mnt_fsname, '#')) ) { char *s, *p, *args[35]; int n = 0; -- cgit v1.1