diff options
author | Paul Smith <psmith@gnu.org> | 2009-06-13 21:21:48 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2009-06-13 21:21:48 +0000 |
commit | 43b5096f78479ba9c4a67744cc70b099cac2eee7 (patch) | |
tree | 47ab9802e84026d85beb9e0b409872069bfb0e93 /implicit.c | |
parent | 421c9c8c5b5c9be7728cbe6c1a1dfff999f9de44 (diff) | |
download | make-43b5096f78479ba9c4a67744cc70b099cac2eee7.tar.gz |
- Fix Savannah bug 17825
- Fix Savannah bug 21231
Diffstat (limited to 'implicit.c')
-rw-r--r-- | implicit.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -584,7 +584,7 @@ pattern_search (struct file *file, int archive, parse_file_seq (&p2, order_only ? '\0' : '|', sizeof (struct idep), - 1), sizeof (struct idep)); + 1), sizeof (struct idep), 0); /* @@ It would be nice to teach parse_file_seq or multi_glob to add prefix. This would save us some |