Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 235363 | Differences between
and this patch

Collapse All | Expand All

(-)util-linux/mdev.c.orig (-1 / +1 lines)
Lines 220-226 Link Here
220
			break;
220
			break;
221
		{
221
		{
222
			const char *s = "@$*";
222
			const char *s = "@$*";
223
			const char *s2 = strchr(s, *val);
223
			char *s2 = strchr(s, *val);
224
224
225
			if (!s2)
225
			if (!s2)
226
				bb_error_msg_and_die("bad line %u", parser->lineno);
226
				bb_error_msg_and_die("bad line %u", parser->lineno);

Return to bug 235363