summaryrefslogtreecommitdiff
path: root/expand.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2000-06-07 05:43:37 +0000
committerPaul Smith <psmith@gnu.org>2000-06-07 05:43:37 +0000
commit4c97078de493214d6f3aa2935064d8dd6bf27fb5 (patch)
tree943515aca19373ad0fe0dce0cb852c2eca7b0cab /expand.c
parenta8e699db1d3861868584c47ed718c1fff5084197 (diff)
downloadmake-4c97078de493214d6f3aa2935064d8dd6bf27fb5.tar.gz
* Lots of bug fixes and cleanup; new i18n files, etc.
Diffstat (limited to 'expand.c')
-rw-r--r--expand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/expand.c b/expand.c
index c7f7b584..b679a90b 100644
--- a/expand.c
+++ b/expand.c
@@ -367,7 +367,7 @@ variable_expand_string (line, string, length)
break;
default:
- if (isblank (p[-1]))
+ if (isblank ((unsigned char)p[-1]))
break;
/* A $ followed by a random char is a variable reference: