mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtprintinfo: Coverity 89488
This commit is contained in:
parent
419a7efff4
commit
c6dd25b884
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ void DtMainW::DisplayHelp(char *location_id, char *volume)
|
|||
{
|
||||
char old_msg[200];
|
||||
|
||||
strcpy(old_msg, status_line->Name());
|
||||
snprintf(old_msg, sizeof(old_msg), "%s", status_line->Name());
|
||||
status_line->Name(MESSAGE(GettingHelpL));
|
||||
WorkingCursor(true);
|
||||
if (!helpSystem)
|
||||
|
|
Loading…
Reference in a new issue