Commit 268ae8f5485b1c5f1cc302565cb7e3fc96d03bb6

Stefan Sperling 2018-08-18T13:27:50

add a todo comment

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/tog/tog.c b/tog/tog.c
index d99b301..20a468b 100644
--- a/tog/tog.c
+++ b/tog/tog.c
@@ -410,6 +410,7 @@ view_loop(struct tog_view *view)
 		if (err)
 			break;
 		if (new_view) {
+			/* TODO: de-duplicate! */
 			TAILQ_INSERT_TAIL(&views, new_view, entry);
 			view = new_view;
 		}