mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 07:42:17 +00:00
fix name clash fix libsmbclient, patch by Raindel Shachar <raindel@techunix.technion.ac.il>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10242 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0f70e5e778
commit
9e13900d4c
@ -71,7 +71,7 @@ void ERRORMESSAGE( const char * format, ... )
|
||||
} \
|
||||
}
|
||||
|
||||
char * strlower( char * in )
|
||||
static char * strlower( char * in )
|
||||
{
|
||||
int i;
|
||||
for( i=0;i<(int)strlen( in );i++ ) in[i]=( in[i] >= 'A' ? ( in[i] <= 'Z' ? in[i]+='A' : in[i] ) : in[i] );
|
||||
|
Loading…
Reference in New Issue
Block a user