refactoors
[mTask.git] / client / task.c
index 4ed23ee..6e7ae0c 100644 (file)
@@ -92,6 +92,10 @@ void task_delete(uint8_t c)
                }
                t = task_next(t);
        }
+        //Write deletion spec
+        write_byte('d');
+        write16(c);
+        write_byte('\n');
 
        if(t != NULL){
                //We found the task, now we move everything from the end of the task up