From 151571c4540e02b130c808d58d3cc169dd87627a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 20 Feb 2019 22:18:23 +0100 Subject: new segfaults, I give up. --- vcal.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vcal.cpp') diff --git a/vcal.cpp b/vcal.cpp index b0ce2c82..8120674c 100644 --- a/vcal.cpp +++ b/vcal.cpp @@ -3,6 +3,11 @@ #include +__content_set::__content_set (strbuf* value) : value(value) { + std::cout << _GREEN << value->len << ' ' << value << _RESET << std::endl; + this->value->cap(); +} + vcomponent::vcomponent( const std::string& type, const std::string& filename) -- cgit v1.2.3