Skip to content

Commit f7e645d

Browse files
committed
Merge branch 'hotfix/1.14.4'
2 parents 9aa54c2 + 725c3ef commit f7e645d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.14.3
1+
1.14.4

src/metkit/codes/CodesContent.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ eckit::message::MessageContent* CodesContent::transform(const eckit::StringDict&
190190
throw;
191191
}
192192

193-
return new CodesContent(h);
193+
return new CodesContent(h, true);
194194
}
195195

196196
//----------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)