1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

doc/util/dbtoman: Coverity 88750

This commit is contained in:
Peter Howkins 2018-07-04 02:11:12 +01:00
parent 5f4222f57d
commit 0b7653abff

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);
}
}