Skip to content

Commit 23c91c0

Browse files
committed
Fix variable name
1 parent 01a2a9f commit 23c91c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/tao/json/events/hash.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ namespace tao
9797
}
9898
}
9999
else {
100-
const auto u = static_cast< std::int64_t >( v );
100+
const auto i = static_cast< std::int64_t >( v );
101101
if( i == v ) {
102102
number( i );
103103
return;

0 commit comments

Comments
 (0)