[MPlayer-cvslog] r32940 - trunk/gui/skin/skin.c

Ingo Brückl ib at wupperonline.de
Tue Feb 22 11:58:26 CET 2011


Reimar Döffinger wrote Mon, 21 Feb 2011 19:16:14 +0100:

>> +   if (*p >= 'A' && *p <= 'Z') *p += ' ';

> += 'a' - 'A';
> is easier to understand IMO.

Yes, I agree. But if it's for easy understanding what about *p = tolower(*p)
then?

Ingo


More information about the MPlayer-cvslog mailing list