From 8fd7226b6f70f6d7533c19db564192cce4c0cf00 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sun, 23 May 2021 14:28:42 +0100 Subject: [PATCH] typo --- src/util/buffer.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util/buffer.h b/src/util/buffer.h index 4c363fe91..f40914638 100644 --- a/src/util/buffer.h +++ b/src/util/buffer.h @@ -90,7 +90,6 @@ public: m_buffer = source.m_buffer; m_pos = source.m_pos; m_capacity = source.m_capacity; - m_buffer = source.m_buffer; source.m_buffer = reinterpret_cast(source.m_initial_buffer); source.m_pos = 0; source.m_capacity = INITIAL_SIZE;