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 "Tarantool -- an efficient key/value data store".

The branch core-config-reread has been updated
       via  977bddd4609ceaf0e3b3d77cfe77169a301f2c2c (commit)
      from  c2147be2fd0303a6a680107c927d1880793f723d (commit)

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

commit 977bddd4609ceaf0e3b3d77cfe77169a301f2c2c
Author: Roman Tokarev <[email protected]>
Date:   Thu Dec 30 11:20:00 2010 +0300

    [core] fix tipo in va_end

diff --git a/core/tbuf.c b/core/tbuf.c
index 325a6be..52a2dc4 100644
--- a/core/tbuf.c
+++ b/core/tbuf.c
@@ -175,7 +175,7 @@ tbuf_vprintf(struct tbuf *b, const char *format, va_list ap)
 
        b->len += printed_len;
 
-       va_end(ap);
+       va_end(ap_copy);
 }
 
 void

-- 
Tarantool -- an efficient key/value data store

_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to