* we have now several bstrs:
[citadel.git] / webcit / netconf.c
index 1dde529ba8bcc0e4959741412be7be7fd8761ccc..ee7c5a91fd7f4bf4e30dbe568453873f71c99fa8 100644 (file)
@@ -18,7 +18,7 @@ void edit_node(void) {
        char cnode[SIZ];
        FILE *fp;
 
-       if (!IsEmptyStr(bstr("ok_button"))) {
+       if (havebstr("ok_button")) {
                strcpy(node, bstr("node") );
                fp = tmpfile();
                if (fp != NULL) {