Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
ffbcf983
Commit
ffbcf983
authored
Aug 08, 2013
by
Kazunori Fujiwara
Browse files
[3016] 64bit value requires "LL" suffix
parent
1ed6c584
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/auth/statistics.cc.pre
View file @
ffbcf983
...
...
@@ -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) & 0x7fffffffffffffff
LL
))
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment