From: Derek Barnett Date: Wed, 24 Jul 2013 19:59:22 +0000 (-0700) Subject: Merge pull request #81 from chmille4/master X-Git-Url: https://git.donarmstrong.com/?p=bamtools.git;a=commitdiff_plain;h=f6c30c48b16ad4c084c98aa9c81288f726a499fd;hp=ffe08406d4839cc92238a9a65e09c630330f5065 Merge pull request #81 from chmille4/master Fix invalid json output --- diff --git a/src/api/SamHeader.cpp b/src/api/SamHeader.cpp index 967957a..9221944 100644 --- a/src/api/SamHeader.cpp +++ b/src/api/SamHeader.cpp @@ -73,6 +73,7 @@ SamHeader::SamHeader(const SamHeader& other) , ReadGroups(other.ReadGroups) , Programs(other.Programs) , Comments(other.Comments) + , m_errorString(other.GetErrorString()) { } /*! \fn SamHeader::~SamHeader(void)