[systemd-commits] src/libsystemd-terminal

Thomas H.P. Andersen phomes at kemper.freedesktop.org
Sun Oct 5 13:43:50 PDT 2014


 src/libsystemd-terminal/term-screen.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0077776275cb753e478e0f92d4065dec5276c44a
Author: Thomas Hindoe Paaboel Andersen <phomes at gmail.com>
Date:   Sun Oct 5 22:33:20 2014 +0200

    terminal: remove an unused initialization

diff --git a/src/libsystemd-terminal/term-screen.c b/src/libsystemd-terminal/term-screen.c
index 54bb047..5a053a3 100644
--- a/src/libsystemd-terminal/term-screen.c
+++ b/src/libsystemd-terminal/term-screen.c
@@ -4131,7 +4131,7 @@ int term_screen_feed_keyboard(term_screen *screen,
                               unsigned int mods) {
         _cleanup_free_ char *dyn = NULL;
         static const size_t padding = 1;
-        char buf[128], *start, *p = buf;
+        char buf[128], *start, *p;
 
         assert_return(screen, -EINVAL);
 



More information about the systemd-commits mailing list