mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 02:01:38 +00:00
parent
852bc3fc62
commit
c05a0eca86
@ -1070,7 +1070,7 @@ class Genode::Xml_unquoted : Noncopyable
|
||||
|
||||
template <size_t N>
|
||||
Xml_unquoted(String<N> const &string)
|
||||
: _content_ptr({ string.string(), string.length() - 1})
|
||||
: _content_ptr({ string.string(), string.length() ? string.length() - 1 : 0 })
|
||||
{ }
|
||||
|
||||
void print(Output &out) const
|
||||
|
Loading…
x
Reference in New Issue
Block a user