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_28-14


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_28-141-g13e1f7f
Date: Mon, 07 Dec 2009 16:06: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  13e1f7f9826836f282df70acd8f0fff22125d671 (commit)
      from  2dfae422509be5dfcf1e7d05415a11ed84e842fb (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=13e1f7f9826836f282df70acd8f0fff22125d671


commit 13e1f7f9826836f282df70acd8f0fff22125d671
Author: Daniele Forsi <address@hidden>
Date:   Mon Dec 7 16:56:13 2009 +0100

    Fix format string in dprintf()

diff --git a/common/phones/pcsc.c b/common/phones/pcsc.c
index 110d972..78e79e5 100644
--- a/common/phones/pcsc.c
+++ b/common/phones/pcsc.c
@@ -427,7 +427,7 @@ static gn_error get_phase(const char **phase)
                case 1: *phase = "1"; break;
                case 2: *phase = "2"; break;
                case 3: *phase = "2+"; break;
-               default: dprintf("Unknown Phase Identification 0x%02d\n", 
IoStruct.pbRecvBuffer[0]);
+               default: dprintf("Unknown Phase Identification 0x%02x\n", 
IoStruct.pbRecvBuffer[0]);
                }
        }
 

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

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