From 05e6f7b2b99740cfde722dfff2752585581d2257 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 6 May 2009 11:54:24 +0000 Subject: * mkpasswd.c (current_user): Don't use HOMEDRIVE/HOMEPATH to generate user's homedir. * mkgroup.c: Accommodate ctype changes. * mkpasswd.c: Ditto. * setfacl.c: Ditto. * ssp.c: Ditto. --- winsup/utils/ssp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winsup/utils/ssp.c') 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); } } } -- cgit v1.2.3