| commit | 1c171e3add096f5fbecceefd19f21a43c08b5509 | [log] [tgz] |
|---|---|---|
| author | rsc <devnull@localhost> | Tue Jul 19 18:00:07 2005 +0000 |
| committer | rsc <devnull@localhost> | Tue Jul 19 18:00:07 2005 +0000 |
| tree | e8b4ac09d6909617761c9ad476ff295d0e91d195 | |
| parent | 86a1a5e7b30c37ad1d1a169855eb7b94b00d6aec [diff] [blame] |
I just hate to be pushed around by some @#$%^& machine.
diff --git a/src/cmd/calendar.c b/src/cmd/calendar.c index ba86ab3..778c760 100644 --- a/src/cmd/calendar.c +++ b/src/cmd/calendar.c
@@ -174,7 +174,7 @@ upper2lower(char *to, char *from, int len) { while(--len>0 && *from!='\0') - *to++ = tolower(*from++); + *to++ = tolower((uchar)*from++); *to = 0; }