Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54155
b: refs/heads/master
c: 04c58f8
h: refs/heads/master
i:
  54153: fccedc5
  54151: 66c9e26
v: v3
  • Loading branch information
Andy Green authored and Sam Ravnborg committed May 2, 2007
1 parent eb065de commit 4a553b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1e093ecd4a850ad61b93d84c221e342a67ea9d56
refs/heads/master: 04c58f8196b386948abf68128605de3d2db3c6ba
2 changes: 2 additions & 0 deletions trunk/scripts/basic/fixdep.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ void parse_config_file(char *map, size_t len)
found:
if (!memcmp(q - 7, "_MODULE", 7))
q -= 7;
if( (q-p-7) < 0 )
continue;
use_config(p+7, q-p-7);
}
}
Expand Down

0 comments on commit 4a553b7

Please sign in to comment.