* make readloop long-controlled
[citadel.git] / webcit / calendar.c
index 33864203efa7fba6c2d6f282f4e3b15b272ede58..9dc2b07330ad9182b62cb4e5d6115e41641140ef 100644 (file)
@@ -932,7 +932,7 @@ void save_individual_task(icalcomponent *supplied_vtodo, long msgnum, char* from
        }
 
        /** Go back to the task list */
-       readloop("readfwd");
+       readloop(readfwd);
 }