mirror of
https://github.com/0intro/wmii
synced 2024-11-22 13:52:17 +03:00
Fix disallowing certain tags.
This commit is contained in:
parent
33f5f61d7e
commit
913fa87b1c
@ -996,7 +996,7 @@ client_setviews(Client *c, char **tags) {
|
|||||||
|
|
||||||
static int
|
static int
|
||||||
bsstrcmp(const void *a, const void *b) {
|
bsstrcmp(const void *a, const void *b) {
|
||||||
return strcmp((char*)a, (char*)b);
|
return strcmp((char*)a, *(char**)b);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env wmii9rc
|
#!/usr/bin/env wmii9rc
|
||||||
|
cd
|
||||||
scriptname=$0
|
scriptname=$0
|
||||||
oldpath=$path; path=($PLAN9/bin $path)
|
oldpath=$path; path=($PLAN9/bin $path)
|
||||||
. wmii.rc wmiirc # Include utility functions
|
. wmii.rc wmiirc # Include utility functions
|
||||||
|
Loading…
Reference in New Issue
Block a user