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:
parent
5f4222f57d
commit
0b7653abff
1 changed files with 1 additions and 1 deletions
|
@ -767,7 +767,7 @@ Find(
|
||||||
else if (StrEq(av[0], "attr")) {
|
else if (StrEq(av[0], "attr")) {
|
||||||
DS.gi = av[2];
|
DS.gi = av[2];
|
||||||
DS.gi2 = av[3];
|
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);
|
DescendTree(e, tr_find_attr, 0, 0, &DS);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue