Skip to content

Commit dc17ca0

Browse files
committed
Change "" to AsciiString::TheEmptyString in DataChunk.cpp
1 parent a99b746 commit dc17ca0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Generals/Code/GameEngine/Source/Common/System/DataChunk.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ AsciiString DataChunkInput::getChunkLabel( void )
779779
{
780780
// TODO: Throw exception
781781
DEBUG_CRASH(("Bad."));
782-
return "";
782+
return AsciiString::TheEmptyString;
783783
}
784784

785785
return m_contents.getName( m_chunkStack->id );

GeneralsMD/Code/GameEngine/Source/Common/System/DataChunk.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ AsciiString DataChunkInput::getChunkLabel( void )
779779
{
780780
// TODO: Throw exception
781781
DEBUG_CRASH(("Bad."));
782-
return "";
782+
return AsciiString::TheEmptyString;
783783
}
784784

785785
return m_contents.getName( m_chunkStack->id );

0 commit comments

Comments
 (0)