netstar pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=6770e8c022d89c3fec68fc8d4a1d229b909e54a8
commit 6770e8c022d89c3fec68fc8d4a1d229b909e54a8 Author: Al Poole <nets...@gmail.com> Date: Tue Sep 12 16:25:44 2017 +0100 debugpanel: add useful comment. The code looks wrong but it isn't, this comment explains why. --- src/bin/edi_debugpanel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/edi_debugpanel.c b/src/bin/edi_debugpanel.c index e27c57c..a4851b3 100644 --- a/src/bin/edi_debugpanel.c +++ b/src/bin/edi_debugpanel.c @@ -89,6 +89,7 @@ _debugpanel_stdout_handler(void *data EINA_UNUSED, int type EINA_UNUSED, void *e } idx++; } + /* We can forget the last line ihere as it's the prompt string */ } return ECORE_CALLBACK_DONE; --