gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, master, updated. gnutls_2_11_4-67-g89e0db1


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_11_4-67-g89e0db1
Date: Mon, 06 Dec 2010 16:29:26 +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 "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=89e0db19fc88a0c13c4875bb8801f638bcd316e0

The branch, master has been updated
       via  89e0db19fc88a0c13c4875bb8801f638bcd316e0 (commit)
      from  b6e6fd12028a4c3faab98498840e08cc45239482 (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 -----------------------------------------------------------------
commit 89e0db19fc88a0c13c4875bb8801f638bcd316e0
Author: Simon Josefsson <address@hidden>
Date:   Mon Dec 6 17:28:58 2010 +0100

    Indent.

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

Summary of changes:
 lib/gnutls_str.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/gnutls_str.c b/lib/gnutls_str.c
index 7a3ef51..740b406 100644
--- a/lib/gnutls_str.c
+++ b/lib/gnutls_str.c
@@ -357,7 +357,7 @@ _gnutls_buffer_escape (gnutls_buffer_st * dest,
          || !isgraph (dest->data[pos]))
        {
 
-         snprintf(t, sizeof(t), "%%%.2X", (unsigned int)dest->data[pos]);
+         snprintf (t, sizeof (t), "%%%.2X", (unsigned int) dest->data[pos]);
 
          _gnutls_buffer_delete_data (dest, pos, 1);
 


hooks/post-receive
-- 
GNU gnutls



reply via email to

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