Forgot to set *freePtr to FALSE in another place.
Submitted by: Max Okumoto <okumoto@ucsd.edu>
This commit is contained in:
parent
dd84d5412c
commit
ba26f6388f
@ -1108,6 +1108,7 @@ Var_Parse(char *str, GNode *ctxt, Boolean err, size_t *lengthPtr,
|
||||
* when dynamic sources are expanded.
|
||||
*/
|
||||
/* XXX: It looks like $% and $! are reversed here */
|
||||
*freePtr = FALSE;
|
||||
switch (str[1]) {
|
||||
case '@':
|
||||
return ("$(.TARGET)");
|
||||
|
Loading…
Reference in New Issue
Block a user