Fix incorrect group info in remember dialog.

SVN revision: 36784
This commit is contained in:
Kim Woelders 2008-10-18 16:05:04 +00:00
parent 1fb55ecc06
commit aab4412b17
1 changed files with 1 additions and 0 deletions

View File

@ -1368,6 +1368,7 @@ SnapshotsLoad(void)
}
else if (!strcmp(buf, "GROUP"))
{
sn->use_flags |= SNAP_USE_GROUPS;
sn->num_groups++;
sn->groups = EREALLOC(int, sn->groups, sn->num_groups);