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-50


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-501-g24c70ed
Date: Sun, 28 Apr 2013 16:38:23 +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  24c70ede5b2ed7895e7b91cd10d952acce547083 (commit)
      from  d95ad97808e94e29041cd1a640f8100f131e7ec2 (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=24c70ede5b2ed7895e7b91cd10d952acce547083


commit 24c70ede5b2ed7895e7b91cd10d952acce547083
Author: Daniele Forsi <address@hidden>
Date:   Sun Apr 28 18:36:56 2013 +0200

    Improve debug message suggesting how to fix the issue

diff --git a/common/phones/nk6510.c b/common/phones/nk6510.c
index 5e50add..473530b 100644
--- a/common/phones/nk6510.c
+++ b/common/phones/nk6510.c
@@ -2843,7 +2843,7 @@ static gn_error NK6510_GetSpeedDial(gn_data *data, struct 
gn_statemachine *state
 static unsigned char PackBlock(u8 id, u8 size, int *no, u8 *buf, u8 *block, 
unsigned int maxsize)
 {
        if (size + 5 > maxsize) {
-               dprintf("Block packing failure -- not enough space\n");
+               dprintf("Block packing failure -- not enough space (please add 
%d bytes to req[])\n", size + 5 - maxsize);
                return 0;
        }
        *(block++) = id;

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

Summary of changes:
 common/phones/nk6510.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]