X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fudev%2Fudev-rules.c;fp=src%2Fudev%2Fudev-rules.c;h=447a86864ea39688a75f9037041fd40a70334915;hb=9f5ecdb0b11557be41c065f460bb22ab52bb0034;hp=131abd69f5b46905304a565d323e915d630c7a89;hpb=6501b52d358aa2c7fe28e477f9d5acf0a2991d32;p=elogind.git diff --git a/src/udev/udev-rules.c b/src/udev/udev-rules.c index 131abd69f..447a86864 100644 --- a/src/udev/udev-rules.c +++ b/src/udev/udev-rules.c @@ -1067,7 +1067,7 @@ static int add_rule(struct udev_rules *rules, char *line, /* If we aren't at the end of the line, this is a parsing error. * Make a best effort to describe where the problem is. */ - if (*linepos != '\n') { + if (!strchr(NEWLINE "\0", *linepos)) { char buf[2] = {*linepos}; _cleanup_free_ char *tmp;