Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nunoplopes committed May 23, 2021
1 parent f1e0d5d commit 8fd7226
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util/buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ class buffer {
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<T*>(source.m_initial_buffer);
source.m_pos = 0;
source.m_capacity = INITIAL_SIZE;
Expand Down

0 comments on commit 8fd7226

Please sign in to comment.