mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtprintinfo: Coverity 89561
This commit is contained in:
parent
ccd9f88a6d
commit
419a7efff4
1 changed files with 2 additions and 1 deletions
|
@ -236,7 +236,8 @@ void DtFindSet::HelpCB(void *data)
|
|||
boolean DtFindSet::HandleHelpRequest()
|
||||
{
|
||||
char old_msg[200];
|
||||
strcpy(old_msg, mainw->status_line->Name());
|
||||
|
||||
snprintf(old_msg, sizeof(old_msg), "%s", mainw->status_line->Name());
|
||||
mainw->status_line->Name(MESSAGE(GettingHelpL));
|
||||
mainw->WorkingCursor(true);
|
||||
|
||||
|
|
Loading…
Reference in a new issue