BIND 10 trac3016, updated. ffbcf9833ebd2f1952664cc0498608b988628d53 [3016] 64bit value requires "LL" suffix

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Aug 8 07:22:23 UTC 2013


The branch, trac3016 has been updated
       via  ffbcf9833ebd2f1952664cc0498608b988628d53 (commit)
      from  1ed6c5843426b22dffaad30ed5403e034896a5ac (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 ffbcf9833ebd2f1952664cc0498608b988628d53
Author: Kazunori Fujiwara <fujiwara at wide.ad.jp>
Date:   Thu Aug 8 16:21:56 2013 +0900

    [3016] 64bit value requires "LL" suffix

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

Summary of changes:
 src/bin/auth/statistics.cc.pre |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/bin/auth/statistics.cc.pre b/src/bin/auth/statistics.cc.pre
index 2104218..b5418a0 100644
--- a/src/bin/auth/statistics.cc.pre
+++ b/src/bin/auth/statistics.cc.pre
@@ -56,7 +56,7 @@ fillNodes(const Counter& counter,
         } else {
             trees->set(type_tree[i].name,
                        Element::create(static_cast<int64_t>(
-                           counter.get(type_tree[i].counter_id) & 0x7fffffffffffffff))
+                           counter.get(type_tree[i].counter_id) & 0x7fffffffffffffffLL))
                        );
         }
     }



More information about the bind10-changes mailing list