Forgot to set *freePtr to FALSE in another place.

Submitted by:	Max Okumoto <okumoto@ucsd.edu>
This commit is contained in:
harti 2005-02-21 08:10:21 +00:00
parent dd84d5412c
commit ba26f6388f

View File

@ -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)");