diff --git a/mbsetup/m_node.c b/mbsetup/m_node.c index 36e2fbc0..8c3fc5b7 100644 --- a/mbsetup/m_node.c +++ b/mbsetup/m_node.c @@ -313,6 +313,7 @@ int AppendNoderec(void) nodes.Security.level = 1; nodes.Security.flags = 1; nodes.Language = 'E'; + snprintf(nodes.Archiver, 6, "ZIP"); fwrite(&nodes, sizeof(nodes), 1, fil); memset(&group, 0, 13); for (i = 1; i <= CFG.tic_groups; i++)