mirror of
https://github.com/0intro/wmii
synced 2024-11-22 05:42:05 +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
|
||||
bsstrcmp(const void *a, const void *b) {
|
||||
return strcmp((char*)a, (char*)b);
|
||||
return strcmp((char*)a, *(char**)b);
|
||||
}
|
||||
|
||||
static int
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env wmii9rc
|
||||
cd
|
||||
scriptname=$0
|
||||
oldpath=$path; path=($PLAN9/bin $path)
|
||||
. wmii.rc wmiirc # Include utility functions
|
||||
|
Loading…
Reference in New Issue
Block a user