commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 09/26: console-client: fix error handling


From: Samuel Thibault
Subject: [hurd] 09/26: console-client: fix error handling
Date: Sat, 02 Nov 2013 14:44:44 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit 810d47c823ccac01888f3e64e1dcdd247ef92986
Author: Justus Winter <address@hidden>
Date:   Thu Oct 10 18:08:22 2013 +0200

    console-client: fix error handling
    
    Fix the error handling in console_move_mouse. This also appeases the
    compiler.
    
    * console-client/console.c (console_move_mouse): Fix error handing.
---
 console-client/console.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/console-client/console.c b/console-client/console.c
index a9f8368..a4fb8e9 100644
--- a/console-client/console.c
+++ b/console-client/console.c
@@ -181,6 +181,7 @@ console_move_mouse (mouse_event_t ev)
     {
       err = cons_vcons_move_mouse (vcons, ev);
       ports_port_deref (vcons);
+      return err;
     }
 
   return 0;

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]