mirror of https://github.com/0intro/wmii
fixed a warning in Uriel's code
This commit is contained in:
parent
dd58d76cce
commit
4684c7a2ab
|
@ -74,7 +74,7 @@ ixp_connect_sock(char *address)
|
|||
{
|
||||
char *p;
|
||||
|
||||
if(p = strchr(address, '!')) {
|
||||
if((p = strchr(address, '!'))) {
|
||||
*p = 0;
|
||||
p++;
|
||||
|
||||
|
|
Loading…
Reference in New Issue