mirror of
https://github.com/0intro/wmii
synced 2025-03-04 14:11:30 +03:00
implemented whitespace skipping for tags in /def/rule processing
This commit is contained in:
parent
5d60f44cbc
commit
923b7d40f5
@ -122,8 +122,8 @@ update_rules()
|
||||
mode = IGNORE;
|
||||
}
|
||||
else {
|
||||
if((*p == ' ' || *p == '\t') && (tags[0] == 0))
|
||||
continue; /* skip prefixed whitespaces */
|
||||
if(*p == ' ' || *p == '\t')
|
||||
continue; /* skip whitespaces */
|
||||
*t = *p;
|
||||
t++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user