Fix disallowing certain tags.

This commit is contained in:
Kris Maglione 2009-04-03 18:59:23 -04:00
parent 33f5f61d7e
commit 913fa87b1c
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -1,4 +1,5 @@
#!/usr/bin/env wmii9rc
cd
scriptname=$0
oldpath=$path; path=($PLAN9/bin $path)
. wmii.rc wmiirc # Include utility functions