Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54135
b: refs/heads/master
c: 4be40e2
h: refs/heads/master
i:
  54133: 855e0da
  54131: 7638e49
  54127: e48a97a
v: v3
  • Loading branch information
Sam Ravnborg committed May 2, 2007
1 parent e223679 commit 0b3529e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 95e30f9593ebf39e26227a20ae8d9f160c50fb67
refs/heads/master: 4be40e22233cfe6254bbf039ec09a5d7bff2ad14
5 changes: 2 additions & 3 deletions trunk/scripts/mod/sumversion.c
Original file line number Diff line number Diff line change
Expand Up @@ -397,10 +397,9 @@ void get_src_version(const char *modname, char sum[], unsigned sumlen)
(int) strlen(basename) - 2, basename);

file = grab_file(filelist, &len);
if (!file) {
warn("could not find versions for %s\n", filelist);
if (!file)
/* not a module or .mod file missing - ignore */
return;
}

sources = strchr(file, '\n');
if (!sources) {
Expand Down

0 comments on commit 0b3529e

Please sign in to comment.