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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-156-gd846309
Date: Sun, 30 Jan 2011 22:08:05 +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  d8463099b663223956376f0a11ed2cae3a51f92e (commit)
      from  a0731797cb5de61e03f7fac5b91ba016de2911cb (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=d8463099b663223956376f0a11ed2cae3a51f92e


commit d8463099b663223956376f0a11ed2cae3a51f92e
Author: Daniele Forsi <address@hidden>
Date:   Sun Jan 30 22:43:39 2011 +0100

    Print ringtone location in debug message

diff --git a/common/phones/nk6510.c b/common/phones/nk6510.c
index 406219d..06e0156 100644
--- a/common/phones/nk6510.c
+++ b/common/phones/nk6510.c
@@ -4556,7 +4556,7 @@ static gn_error NK6510_IncomingRingtone(int messagetype, 
unsigned char *message,
                if (!data->ringtone || !data->raw_data) return 
GN_ERR_INTERNALERROR;
                pos = message + 8;
                char_unicode_decode(data->ringtone->name, pos, 2 * message[7]);
-               dprintf("Got ringtone: %s\n", data->ringtone->name);
+               dprintf("Got ringtone %d: %s\n", (message[4] << 8) + 
message[5], data->ringtone->name);
                pos += 2 * message[7];
                i = (pos[0] << 8) + pos[1];
                pos += 2;

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

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]