Update dxf.cpp with missing new line character
This commit is contained in:
committed by
Yorik van Havre
parent
8486a6ded4
commit
9898461d3c
@@ -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