diff options
author | Roland McGrath <roland@redhat.com> | 1992-10-25 03:01:07 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-10-25 03:01:07 +0000 |
commit | 8b591a8b90c7df35ace52dd68e8b888fd2bf8f95 (patch) | |
tree | 90162414a0904443041cce905f643167046b6352 /expand.c | |
parent | deefc22d2f25f5046328585792058ad603251be3 (diff) | |
download | gunmake-8b591a8b90c7df35ace52dd68e8b888fd2bf8f95.tar.gz |
Formerly expand.c.~5~
Diffstat (limited to 'expand.c')
-rw-r--r-- | expand.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -251,7 +251,7 @@ variable_expand (line) p = savestring (subst_beg, subst_len); p1 = savestring (replace_beg, replace_len); o = patsubst_expand (o, value, p, p1, - index (p, '%'), index (p1, '%')); + (char *) 0, (char *) 0); free (p); free (p1); } |