aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAche <ache@ache.one>2016-09-29 01:48:58 +0000
committerAche <ache@ache.one>2016-09-29 01:48:58 +0000
commit00aea51c0e5ec70eeb2033048d141d1ff55675e6 (patch)
treecb89f02012f47b282c64f75fc19b239463c934fb
parentComment switch action (diff)
Correction non de variable
-rw-r--r--todo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.cpp b/todo.cpp
index 80ffd2e..a62de93 100644
--- a/todo.cpp
+++ b/todo.cpp
@@ -141,7 +141,7 @@ int main(int argc, char *argv[]) {
active = false;
if( active ) {
listTodo.erase(begin(listTodo)+i);
- act = true;
+ active = true;
}
}
break;