mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtcm: Coverity 89037
This commit is contained in:
parent
e94c4017e6
commit
eb9ef605ca
1 changed files with 1 additions and 1 deletions
|
@ -931,7 +931,7 @@ reminders_init(
|
|||
val->scope = convert_time_scope_str(get_char_prop(p, CP_MAILUNIT));
|
||||
val->scope_val = convert_time_val(get_int_prop(p, CP_MAILADV),
|
||||
val->scope);
|
||||
strcpy(r->mailto_val, get_char_prop(p, CP_MAILTO));
|
||||
snprintf(r->mailto_val, sizeof(r->mailto_val), "%s", get_char_prop(p, CP_MAILTO));
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue