Fixed bug in parse_args

This commit is contained in:
xavi 2024-09-23 10:26:54 -07:00
parent 37743ff684
commit 833c8f6d17

View File

@ -385,7 +385,7 @@ int parse_args(int argc, char** argv, filtered_tasks* task){
}
if ( argc > 4 ){
task->due_date = argv[3];
task->due_date = argv[4];
}
if ( argc > 5 ){