--- libgig/trunk/src/Serialization.cpp 2020/05/15 20:16:39 3769 +++ libgig/trunk/src/Serialization.cpp 2020/05/17 14:05:08 3770 @@ -1,6 +1,6 @@ /*************************************************************************** * * - * Copyright (C) 2017-2019 Christian Schoenebeck * + * Copyright (C) 2017-2020 Christian Schoenebeck * * * * * * This library is part of libgig. * @@ -1090,7 +1090,7 @@ m_root = NO_UID; m_isModified = false; m_timeCreated = m_timeModified = LIBGIG_EPOCH_TIME; - decode(m_rawData); + decode(data); } /** @brief Create and fill the archive with the given serialized raw C-buffer data.