branch, master, updated. 2c8275d59faaca23a9a9e698e5897e542fa1524b
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 "". The branch, master has been updated via 2c8275d59faaca23a9a9e698e5897e542fa1524b (commit) from 0d8c4a07d69c948302259e675b66077b471513b5 (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 2c8275d59faaca23a9a9e698e5897e542fa1524b Author: Phil Carns <[email protected]> Date: Fri Jun 29 16:20:14 2012 -0400 bug fix: tx terminating character in fakess bcast ----------------------------------------------------------------------- Summary of changes: code/src/fakess/fakess.ae | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Diff of changes: diff --git a/code/src/fakess/fakess.ae b/code/src/fakess/fakess.ae index 9eff8dd..2021bcd 100644 --- a/code/src/fakess/fakess.ae +++ b/code/src/fakess/fakess.ae @@ -143,7 +143,7 @@ static int serialize_post(triton_node_t node, result = sprintf(buffer, "POST: %llu %llu %s %s\n", llu(node.u), llu(node.l), triton_string_get(key), triton_string_get(value)); - return result; + return result+1; } /** hooks/post-receive --
participants (1)
-
noreply@mcs.anl.gov