Fixup fromcvs/togit conversion
[pkgsrcv2.git] / sysutils / open-vm-tools / patches / patch-bi
1 $NetBSD$
2
3 --- lib/unicode/unicodeSimpleTypes.c.orig       2008-08-08 02:01:55.000000000 -0500
4 +++ lib/unicode/unicodeSimpleTypes.c
5 @@ -2198,7 +2198,7 @@ UnicodeNormalizeEncodingName(const char 
6  
7     for (currentResult = result; *encodingName != '\0'; encodingName++) {
8        if (isalnum((int) *encodingName)) {
9 -         *currentResult = tolower(*encodingName);
10 +         *currentResult = tolower((int)(*encodingName));
11           currentResult++;
12        }
13     }