* moved url argument list to hash.
[citadel.git] / webcit / iconbar.c
index 6dd17c810ff13d0a7289bb9f954d7b2bb588d206..eceb4c86426ad13166ef87a09d9fab9423564bf8 100644 (file)
@@ -773,10 +773,10 @@ void commit_iconbar(void) {
 
        for (i=0; i<(sizeof(boxen)/sizeof(char *)); ++i) {
                char *Val;
-               if (!strcasecmp(bstr(boxen[i]), "yes")) {
+               if (!strcasecmp(BSTR(boxen[i]), "yes")) {
                        Val = "1";
                }
-               else if (!strcasecmp(bstr(boxen[i]), "yeslist")) {
+               else if (!strcasecmp(BSTR(boxen[i]), "yeslist")) {
                        Val = "2";
                }
                else {