aboutsummaryrefslogtreecommitdiffstats
path: root/include/consteval_huffman/consteval_huffman.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/consteval_huffman/consteval_huffman.hpp')
-rw-r--r--include/consteval_huffman/consteval_huffman.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/consteval_huffman/consteval_huffman.hpp b/include/consteval_huffman/consteval_huffman.hpp
index b7ea57f..7884e2f 100644
--- a/include/consteval_huffman/consteval_huffman.hpp
+++ b/include/consteval_huffman/consteval_huffman.hpp
@@ -275,7 +275,7 @@ public:
ender.m_data += size_bytes - 1;
ender.m_bit = 1 << (7 - last_bits);
} else {
- ender.m_data += raw_data.size() + 1;
+ ender.m_data += raw_data.size();
}
return ender;