gnokii-commit
[Top][All Lists]
Advanced

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

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-39


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-399-gf49db03
Date: Thu, 26 Apr 2012 12:10:19 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The branch, master has been updated
       via  f49db03c0f82b7f9a1e38983e5ad301f10d32542 (commit)
      from  0caf17dd21b7399b670fae37cca364f39207ee56 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=f49db03c0f82b7f9a1e38983e5ad301f10d32542


commit f49db03c0f82b7f9a1e38983e5ad301f10d32542
Author: Daniele Forsi <address@hidden>
Date:   Thu Apr 26 14:04:51 2012 +0200

    dku2libusb: always return error if there is no string

diff --git a/common/devices/dku2libusb.c b/common/devices/dku2libusb.c
index cdffc80..6441e1f 100644
--- a/common/devices/dku2libusb.c
+++ b/common/devices/dku2libusb.c
@@ -176,7 +176,7 @@ static int get_iface_string(struct usb_dev_handle 
*usb_handle, char **string, in
                *string[0] = '\0';
                return usb_get_string_simple(usb_handle, id, *string, 
USB_MAX_STRING_SIZE);
        }
-       return 0;
+       return -EINVAL;
 }
 
 /*

-----------------------------------------------------------------------

Summary of changes:
 common/devices/dku2libusb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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