doc/util/dbtoman: Coverity 88750

This commit is contained in:
Peter Howkins 2018-07-04 02:11:12 +01:00
parent 5f4222f57d
commit 0b7653abff
1 changed files with 1 additions and 1 deletions

View File

@ -767,7 +767,7 @@ Find(
else if (StrEq(av[0], "attr")) {
DS.gi = av[2];
DS.gi2 = av[3];
strcpy(DS.action, av[4]);
snprintf(DS.action, sizeof(DS.action), "%s", av[4]);
DescendTree(e, tr_find_attr, 0, 0, &DS);
}
}