Loading scripts/mod/sumversion.c +2 −2 Original line number Diff line number Diff line Loading @@ -330,7 +330,7 @@ static int parse_source_files(const char *objfile, struct md4_ctx *md) line++; p = line; if (strncmp(line, "source_", sizeof("source_")-1) == 0) { if (strstarts(line, "source_")) { p = strrchr(line, ' '); if (!p) { warn("malformed line: %s\n", line); Loading @@ -344,7 +344,7 @@ static int parse_source_files(const char *objfile, struct md4_ctx *md) } continue; } if (strncmp(line, "deps_", sizeof("deps_")-1) == 0) { if (strstarts(line, "deps_")) { check_files = 1; continue; } Loading Loading
scripts/mod/sumversion.c +2 −2 Original line number Diff line number Diff line Loading @@ -330,7 +330,7 @@ static int parse_source_files(const char *objfile, struct md4_ctx *md) line++; p = line; if (strncmp(line, "source_", sizeof("source_")-1) == 0) { if (strstarts(line, "source_")) { p = strrchr(line, ' '); if (!p) { warn("malformed line: %s\n", line); Loading @@ -344,7 +344,7 @@ static int parse_source_files(const char *objfile, struct md4_ctx *md) } continue; } if (strncmp(line, "deps_", sizeof("deps_")-1) == 0) { if (strstarts(line, "deps_")) { check_files = 1; continue; } Loading