Update dxf.cpp with missing new line character
This commit is contained in:
committed by
Yorik van Havre
parent
36096754c7
commit
5e69c41306
@@ -2118,7 +2118,7 @@ bool CDxfRead::ReadText()
|
||||
// NOLINTEND(cppcoreguidelines-avoid-magic-numbers, readability-magic-numbers)
|
||||
}
|
||||
else {
|
||||
ImportError("Unable to process encoding for TEXT/MTEXT '%s'", textPrefix);
|
||||
ImportError("Unable to process encoding for TEXT/MTEXT '%s'\n", textPrefix);
|
||||
}
|
||||
repeat_last_record();
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user