mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-14 22:50:45 +00:00
Astyle
This commit is contained in:
parent
0119d754b9
commit
73b70ce4ba
1 changed files with 2 additions and 2 deletions
|
@ -692,8 +692,8 @@ ID_INLINE void idStr::operator=( idStr&& text ) noexcept
|
|||
len = text.len;
|
||||
allocedAndFlag = text.allocedAndFlag;
|
||||
memcpy( baseBuffer, text.baseBuffer, sizeof( baseBuffer ) );
|
||||
|
||||
if ( text.data == text.baseBuffer )
|
||||
|
||||
if( text.data == text.baseBuffer )
|
||||
{
|
||||
data = baseBuffer;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue