summaryrefslogtreecommitdiff
path: root/remake.c
diff options
context:
space:
mode:
Diffstat (limited to 'remake.c')
-rw-r--r--remake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/remake.c b/remake.c
index a13a9a4..619aec0 100644
--- a/remake.c
+++ b/remake.c
@@ -1333,7 +1333,7 @@ library_search (char **lib, FILE_TIMESTAMP *mtime_ptr)
while ((p = find_next_token (&p2, &len)) != 0)
{
static char *buf = NULL;
- static int buflen = 0;
+ static unsigned int buflen = 0;
static int libdir_maxlen = -1;
char *libbuf = variable_expand ("");