diff options
author | Paul Smith <psmith@gnu.org> | 1999-06-14 05:26:28 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-06-14 05:26:28 +0000 |
commit | 187787286d9bc2f41696090917f47d9935651ddf (patch) | |
tree | ce669419e8b2442a20e001ef3ec32090e07c3812 /expand.c | |
parent | fc0fe4103ac983d88b83dad0daf97664ffa8e04b (diff) | |
download | gunmake-187787286d9bc2f41696090917f47d9935651ddf.tar.gz |
* Various bug fixes.
Diffstat (limited to 'expand.c')
-rw-r--r-- | expand.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -398,7 +398,7 @@ char * variable_expand (line) char *line; { - return variable_expand_string(NULL, line, -1); + return variable_expand_string(NULL, line, (long)-1); } /* Expand an argument for an expansion function. |