| commit | 8ee649a02e97e9d4e770a8138ba94c0f3ddd8055 | [log] [tgz] |
|---|---|---|
| author | Denis Vlasenko <vda.linux@googlemail.com> | Wed Mar 26 20:04:27 2008 +0000 |
| committer | Denis Vlasenko <vda.linux@googlemail.com> | Wed Mar 26 20:04:27 2008 +0000 |
| tree | cf13ce448542a36595264ad53397a0633ffedcc8 | |
| parent | ce7eb4443cc90038aabc19a8b7b8f25e4b88892e [diff] [blame] |
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
diff --git a/util-linux/mdev.c b/util-linux/mdev.c index 0edaf10..5a8f1d9 100644 --- a/util-linux/mdev.c +++ b/util-linux/mdev.c
@@ -68,7 +68,7 @@ if (!fp) goto end_parse; - while ((vline = line = xmalloc_getline(fp)) != NULL) { + while ((vline = line = xmalloc_fgetline(fp)) != NULL) { int field; /* A pristine copy for command execution. */