File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
GeneralsMD/Code/GameEngine/Source/Common/System
Generals/Code/GameEngine/Source/Common/System Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -743,7 +743,7 @@ AsciiString DataChunkInput::openDataChunk(DataChunkVersionType *ver )
743743 c->next = m_chunkStack;
744744 m_chunkStack = c;
745745 if (this ->atEndOfFile ()) {
746- return ( " " ) ;
746+ return AsciiString::TheEmptyString ;
747747 }
748748 return m_contents.getName ( c->id );
749749}
Original file line number Diff line number Diff line change @@ -743,7 +743,7 @@ AsciiString DataChunkInput::openDataChunk(DataChunkVersionType *ver )
743743 c->next = m_chunkStack;
744744 m_chunkStack = c;
745745 if (this ->atEndOfFile ()) {
746- return ( " " ) ;
746+ return AsciiString::TheEmptyString ;
747747 }
748748 return m_contents.getName ( c->id );
749749}
You can’t perform that action at this time.
0 commit comments