chiark / gitweb /
sd-rtnl: message - allow checking for attributes without reading out their contents
[elogind.git] / src / udev / udev-rules.c
index 131abd69f5b46905304a565d323e915d630c7a89..c9a0197534228608b65e1d69a74c71c5d59dca01 100644 (file)
@@ -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, *linepos)) {
                                 char buf[2] = {*linepos};
                                 _cleanup_free_ char *tmp;