diff options
Diffstat (limited to 'src/iso19111/io.cpp')
| -rw-r--r-- | src/iso19111/io.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iso19111/io.cpp b/src/iso19111/io.cpp index b7421afc..9dc0eb6c 100644 --- a/src/iso19111/io.cpp +++ b/src/iso19111/io.cpp @@ -8005,7 +8005,7 @@ const std::string &PROJStringFormatter::toString() const { if (d->maxLineLength_ > 0 && d->multiLine_ && curLine.size() + newKV.size() > static_cast<size_t>(d->maxLineLength_)) { - if (d->multiLine_ && !d->result_.empty()) + if (!d->result_.empty()) d->result_ += '\n'; d->result_ += curLine; curLine = std::string( |
