summaryrefslogtreecommitdiffstats
path: root/winsup/utils/ssp.c
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/utils/ssp.c')
-rw-r--r--winsup/utils/ssp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/utils/ssp.c b/winsup/utils/ssp.c
index c7370d94d..97f87cab6 100644
--- a/winsup/utils/ssp.c
+++ b/winsup/utils/ssp.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000, 2001, 2002 Red Hat, Inc.
+ * Copyright (c) 2000, 2001, 2002, 2009 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -596,7 +596,7 @@ run_program (char *cmdline)
{
dll_ptr = cp+1;
}
- *cp = tolower (*cp);
+ *cp = tolower ((unsigned char) *cp);
}
}
}