mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtcm: Coverity 89566
This commit is contained in:
parent
25e371dbe2
commit
1de8020c41
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ prompt_for_insert(Props *p) {
|
|||
prompt_for_line(
|
||||
catgets(DT_catd, 1, 199, "End (%s): "), "None", cm_end);
|
||||
|
||||
strcpy(cm_repeatstr, catgets(DT_catd, 1, 200, "One Time"));
|
||||
snprintf(cm_repeatstr, sizeof(cm_repeatstr), "%s", catgets(DT_catd, 1, 200, "One Time"));
|
||||
|
||||
prompt_for_line(catgets(DT_catd, 1, 201,
|
||||
"Repeat (%s): "), cm_repeatstr, cm_repeatstr);
|
||||
|
|
Loading…
Reference in a new issue