1
0
Fork 0
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:
Peter Howkins 2018-07-04 01:47:31 +01:00
parent 419a7efff4
commit c6dd25b884

View file

@ -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)