* make readloop long-controlled
[citadel.git] / webcit / vcard_edit.c
index 47032cfc28713c8ae17ad6cd697f49cf9c663fdf..ae699c6608053d7f384a8cb3ad85b39e57ebaeaf 100644 (file)
@@ -889,7 +889,7 @@ void submit_vcard(void) {
        int i;
 
        if (!havebstr("ok_button")) { 
-               readloop("readnew");
+               readloop(readnew);
                return;
        }
 
@@ -979,7 +979,7 @@ void submit_vcard(void) {
                do_welcome();
        }
        else {
-               readloop("readnew");
+               readloop(readnew);
        }
 }